Series

Getting started with AWS in Delphi

From a standing start to a working Delphi application talking to Amazon Web Services.

2 posts, 4 coming soon

  1. 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 →
  2. 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 →
  3. Coming soon

    Building an S3 application in Delphi

    Going beyond a single upload: listing, downloading, presigned URLs, and the file uploader helpers.

  4. Coming soon

    Message queues with SQS from Delphi

    Sending and receiving messages, and using the queue poller for background processing.

  5. Coming soon

    Sending email with SES from Delphi

    Outbound email from Delphi: verified identities, sandbox mode, and bounce handling.

  6. Coming soon

    Build ReadWhatYouSee: Textract, Translate, and Polly together

    A capstone project — read text from an image, translate it, and speak it aloud.