Sample projects demonstrating Appercept AWS SDK for Delphi. Each of these sample projects demonstrates a feature or technique of using Amazon Web Services with Delphi and the Appercept AWS SDK.
To run these samples, you will need an AWS account. If you don’t already have one, you can head over to the AWS Management Console and sign-up.
For the sample programs to run on your local machine, they need to be configured with AWS credentials for access to the relevant services. While AWS Identity and Access Management (IAM) is beyond the scope of this article, you will need to create an “Access Key” for a user with the relevant permissions. You can find more details on this in the AWS Identity and Access Management User Guide. Once you have an access key, you will need to configure your local machine. Details of configuration options can be found in the Appercept AWS SDK documentation.
- Clone this repository.
- Browse the projects and check the README files for details of each project.
These samples interact with your AWS account, and you may incur costs associated with the services accessed. Many of these services demonstrated have a Free Tier that may let you run these samples without charge. You should understand the cost model for the services you intend to use. Please keep track of any resources you create and delete/remove them appropriately so you do not incur any unexpected costs.