AWS SDKs
The AWS SDKs behave identically to the AWS CLI. For example you can use Environment Variables or a Named Profile before the application is launced with the AWS SDK.
Environment Variables
myscript.py
Then, to invoke myscript.py
with temporary credentials from SAML.to, in a Subshell ($(...)
)
Named Profiles
myscript.py
Then, to invoke myscript.py
with temporary credentials from SAML.to:
Last updated