Skip to main content

Requirements

The Appercept AWS SDK for Delphi is available for Delphi 11.x (Alexandria), 12.x (Athens), and 13.x (Florence). The SDK has no dependencies beyond the Delphi RTL.

The only exception is SNS message verification which uses OpenSSL via Indy for cryptographic signature validation. See DocWiki: OpenSSL for details on configuring OpenSSL.

To execute the samples you will need an account for Amazon Web Services and a user configured with an access key for programmatic access. See Managing access keys for IAM users for details on generating access keys.

The AccessKeyId and SecretAccessKey should be configured in the shared credentials file normally located at ~/.aws/credentials. An example configuration looks like:

[default]
aws_access_key_id=AKIDEXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY