Blog
All Blog Posts | Next Post | Previous Post
Installing AWS SDK for Delphi with Smart Setup
Wednesday, June 25, 2025
TMS Smart Setup is a powerful build and installation tool for Delphi libraries and its now open source. While it was originally developed to streamline the installation of TMS products, Smart Setup has been designed from day one to support any Delphi package, including those hosted in Git repositories like GitHub.
Today, were excited to showcase a great example of that:
You can install the Landgraf AWS SDK for Delphi with a single command using Smart Setup.
What Is the Landgraf AWS SDK for Delphi?
The Landgraf AWS SDK for Delphi is a Delphi-native library that brings Amazon Web Services (AWS) functionality directly into your Delphi applications, without external dependencies.
It offers high-level access to a growing set of AWS services, including:
- Amazon Lex Conversational AI for chatbots
- Amazon Polly Text-to-speech synthesis
- Amazon Rekognition Image and video analysis
- Amazon S3 Cloud object storage
- Amazon SES (Classic and V2) Email sending services
- Amazon SNS Push notification and pub/sub messaging
- Amazon SQS Message queuing
- Amazon Translate Text translation
The library is open source and available here:
🔗 github.com/landgraf-dev/aws-sdk-delphi
Installing via TMS Smart Setup
If you already have TMS Smart Setup installed, all it takes is a single command:
tms install landgraf.aws.sdk
Thats it. Smart Setup will fetch the SDK, build it, and install it into your Delphi IDE.
If you dont have Smart Setup yet, you can download it here:
👉 https://doc.tmssoftware.com/smartsetup
A Growing Ecosystem
Support for the Landgraf AWS SDK demonstrates the flexibility and potential of Smart Setup to become a universal tool for Delphi developers. As more libraries adopt the lightweight tmsbuild.yaml
configuration, installing and updating Delphi packages will continue to get easier and more standardized.
Were actively working to improve compatibility and make configuration even more accessible for developers who want to distribute their own libraries using Smart Setup.
Try it out today and simplify the way you integrate AWS with Delphi.
Wagner Landgraf

This blog post has not received any comments yet.
All Blog Posts | Next Post | Previous Post