The AWS Helper provides utility functions to simplify authentication and temporary credential generation. One key feature is the ability to generate AWS STS temporary credentials, which are short-lived credentials used for secure authentication in AWS services without exposing long-term access keys. STS (Security Token Service) is particularly useful when granting temporary access to applications, scripts, or external systems.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
To use the AWS Helper, call thegenerate_aws_sts_token method with your AWS credentials and region details.

