Tag

aws-sdk

22 posts tagged aws-sdk.

Self-hosted S3-compatible storage from Delphi
6 min read Part 3 of 7 · S3-compatible storage in Delphi aws-sdk s3 self-hosted minio rustfs seaweedfs delphi tutorial

Self-hosted S3-compatible storage from Delphi

Run your own S3 endpoint and point the AWS SDK for Delphi at it: MinIO, RustFS, and SeaweedFS, one program against all three, and where MinIO's archival leaves things.

Read more →
Build ReadWhatYouSee: Textract, Translate, and Polly together
9 min read Part 6 of 6 · Getting started with AWS in Delphi aws-sdk aws textract translate polly delphi tutorial

Build ReadWhatYouSee: Textract, Translate, and Polly together

The series finale: a Delphi app that reads text from an image with Textract, translates it with Translate, and speaks it aloud with Polly.

Read more →
Cloudflare R2 from Delphi
3 min read Part 2 of 7 · S3-compatible storage in Delphi aws-sdk s3 delphi tutorial r2 cloudflare

Cloudflare R2 from Delphi

Point the AWS SDK for Delphi at Cloudflare R2: bucket setup, access keys, region and endpoint config, and a worked example end to end.

Read more →
Sending email with SES from Delphi
5 min read Part 5 of 6 · Getting started with AWS in Delphi aws-sdk aws ses delphi tutorial

Sending email with SES from Delphi

A small Delphi console program that sends transactional email through Amazon SES v2, covering verified identities and the move out of the SES sandbox.

Read more →
Pointing the AWS SDK for Delphi at S3-compatible storage
4 min read Part 1 of 7 · S3-compatible storage in Delphi aws-sdk aws s3 delphi tutorial

Pointing the AWS SDK for Delphi at S3-compatible storage

The AWS SDK for Delphi speaks the S3 protocol, not just Amazon S3. Set one property and the same client talks to MinIO, Cloudflare R2, Backblaze B2, or DigitalOcean Spaces.

Read more →
Message queues with SQS from Delphi
4 min read Part 4 of 6 · Getting started with AWS in Delphi aws-sdk aws sqs delphi tutorial

Message queues with SQS from Delphi

Two small Delphi console programs, a sender and a poller, showing how to send messages to SQS and process them with the SDK's queue poller.

Read more →
Building an S3 application in Delphi
6 min read Part 3 of 6 · Getting started with AWS in Delphi aws-sdk aws s3 delphi tutorial

Building an S3 application in Delphi

A working Delphi app that creates a bucket, lists objects, uploads and downloads files, and generates presigned URLs — the credential chain from the last post does the rest.

Read more →
Credentials for the AWS SDK for Delphi
6 min read Part 1 of 6 · Getting started with AWS in Delphi aws-sdk aws delphi tutorial

Credentials for the AWS SDK for Delphi

The AWS credential provider chain, configuring credentials for different environments, and handling the exception you'll hit the first time something's wrong.

Read more →
Calling Amazon Translate from Delphi
4 min read Part 2 of 6 · Getting started with AWS in Delphi aws-sdk aws translate delphi tutorial

Calling Amazon Translate from Delphi

Install the AWS SDK for Delphi, plug in credentials, and call Amazon Translate from an FMX app in under fifty lines of code.

Read more →
Build it with AI? Why the AWS SDK for Delphi still wins
6 min read aws-sdk aws build-vs-buy delphi

Build it with AI? Why the AWS SDK for Delphi still wins

Generating AWS code with AI works fine for a one-off script. The moment it deploys to AWS — credentials, STS, retries — the £149 SDK for Delphi is the cheaper choice.

Read more →
Announcement: AWS SDK for Delphi 2.1 — New platforms and Process Credentials
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 2.1 — New platforms and Process Credentials

2.1 adds WinARM64EC for ARM-based Windows devices and the modern LLVM-based Win64x compiler target. Plus Process Credentials for custom credential providers.

Read more →
Announcement: AWS SDK for Delphi 2.0 — SQS moves to JSON, SES v2 expanded
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 2.0 — SQS moves to JSON, SES v2 expanded

Major version: SQS moves to the modern JSON protocol and SES v2 expands. Both bring breaking interface changes — read before you upgrade.

Read more →
Announcement: AWS SDK for Delphi 1.7 — RAD Studio 13 Florence support
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.7 — RAD Studio 13 Florence support

1.7 adds support for RAD Studio 13 Florence, including the new 64-bit IDE. Comes a week after the Embarcadero Edition was retired.

Read more →
The Embarcadero Edition of AWS SDK for Delphi is discontinued
1 min read aws-sdk aws announcement delphi

The Embarcadero Edition of AWS SDK for Delphi is discontinued

With RAD Studio 13 Florence shipping, the Embarcadero Edition of the AWS SDK for Delphi is being retired. New features from 1.5.0 onward are Appercept-only.

Read more →
Announcement: AWS SDK for Delphi 1.6 — IAM Identity Center & SSO
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.6 — IAM Identity Center & SSO

Single sign-on through AWS IAM Identity Center, new Identity Store and SSO-OIDC clients, and per-service endpoint storage.

Read more →
Announcement: AWS SDK for Delphi 1.5 — Service-specific endpoints
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.5 — Service-specific endpoints

1.5 adds service-specific endpoint configuration, opening the door to S3-compatible storage (MinIO, R2, B2) and LocalStack. Plus the AWS Account Management client.

Read more →
Announcement: AWS SDK for Delphi 1.2 — IAM, plus S3 copy and rename
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.2 — IAM, plus S3 copy and rename

1.2 adds the AWS Identity & Access Management client for programmatic policy and role management from Delphi, plus S3 copy and rename operations.

Read more →
Announcement: AWS SDK for Delphi 1.1 — Amazon Rekognition
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.1 — Amazon Rekognition

1.1 adds Amazon Rekognition for machine-learning image analysis from Delphi: detect labels, faces, and text. Plus fixes for pre-signed URL generation.

Read more →
Announcement: Appercept AWS SDK for Delphi 1.0 — General Availability
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 1.0 — General Availability

The AWS SDK for Delphi reaches 1.0 under the Appercept brand. Signed Windows libraries, dualstack IPv6 endpoints, and more S3 capability.

Read more →
Announcement: Appercept AWS SDK for Delphi 0.12.0 Released!
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 0.12.0 Released!

New AWS SDK for Delphi release with support for Amazon Polly and Textract.

Read more →
Announcement: Appercept AWS SDK for Delphi 0.11.0 Released!
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 0.11.0 Released!

New AWS SDK for Delphi released with support for Amazon Simple Email Service.

Read more →
Appercept AWS SDK for Delphi (Preview) released
1 min read aws-sdk aws announcement delphi

Appercept AWS SDK for Delphi (Preview) released

Announcing the immediate availability of Appercept AWS SDK for Delphi.

Read more →