The Automation Studio provides templates that can be used in various use cases. Template provides Flow examples for each situation, so you can create Flows faster and easier.
The 'AWS : Get S3 Object' template provides a example that using AWS SDK. Through this tutorial, you can learn ...
When AWS SDK nodes are invoked, AWS Config node is required.
You can extend this flow by connecting it to your AWS using the AWS SDK node. Refer to AWS Api Documents.
The flow below uses the AWS SDK to get an S3 object. It is the aws sdk for javascript. refer to AWS S3 Api.
An example of Properties that uses the AWS SDKs to look up a list of S3 objects.
To use the AWS SDK, you must enter the desired service and method correctly. And you must pass the required parameters of the method. Be sure to refer to the AWS Api Documents. When entering parameters of a form, they can be used dynamically through the mustache templates.
The second AWS SDK node downloads the s3 object using the key parameter of the http request.
You can use every AWS SDK. Practice yourself. For example, you can query metric data in CloudWatch and automatically generate reports. And you can register the report with AWS Service such as S3 or DynamoDB. You can also use Slack or SES to get the report. Automation helps you.