Using the AWS SDK for Delphi
If you prefer to use Amazon Web Services (AWS), rather than Azure, the Delphi Cloud API offers similar capabilities and integration. However, for AWS, there is a different, much expanded, client library you can use, the AWS SDK for Delphi by Appercept (see https://www.appercept.com/appercept-aws-sdk-for-delphi). This cloud client library is freely available in the Enterprise version of Delphi and can be downloaded from GetIt.
While based on the same concepts, this client library has more extensive coverage of the core APIs, but also offers a large number of additional AWS services, including (at the time of writing):
- Cognito (user pools)
- Cognito (identity pools)
- Polly
- Simple Email Service (SESV2)
- Simple Notification Service (SNS)
- Simple Queue Service (SQS)
- Simple Storage Service (S3)
- Textract
- Amazon Translate
- AWS Key Management Service (AWS KMS)
- AWS Secrets Manager
There is no room in this chapter...