txaws icon indicating copy to clipboard operation
txaws copied to clipboard

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs

Results 22 txaws issues
Sort by recently updated
recently updated
newest added

You don't have to always use a specific user's AWS credentials to talk to AWS services. Instead, you can use [temporary credentials](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html). These come in a couple varieties. I've found...

botocore, one of the main building blocks of boto3, the official Python AWS SDK, includes a large pile of JSON which describes the AWS endpoints in rather a lot of...