Use AwsCredentials from AWSSDK
See original GitHub issueThis library defines it’s own AwsCredentials
type which doesn’t have the support for various things that the standard AwsCredentials
from the AWSSDK supports (i.e. credential files, profiles, ec2 instance roles, environment variables etc). Can the SDK version be used instead? If not, I expect this library to not be useable in a significant number of situations which would be unfortunate because it looks great.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Setting Credentials in Node.js - AWS SDK for JavaScript
Here are the ways you can supply your credentials in order of recommendation: Loaded from AWS Identity and Access Management (IAM) roles for...
Read more >SDK authentication with AWS - AWS SDK for JavaScript
The SDK uses the profile's SSO token provider configuration to acquire credentials before sending requests to AWS. The sso_role_name value, which is an...
Read more >Class: AWS.Credentials — AWS SDK for JavaScript
Represents your AWS security credentials, specifically the accessKeyId, secretAccessKey, and optional sessionToken. Creating a Credentials object allows you ...
Read more >Setting Credentials - AWS SDK for JavaScript
AWS uses credentials to identify who is calling services and whether access to the requested resources is allowed.
Read more >Provide temporary credentials to the AWS SDK for Java
Learn how to provide temporary credentials in order to use AWS services using the AWS SDK for Java.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@damianh We added support for AWS SDK credentials. Check this section to see how to use it. Feel free to ask any questions here as well.
Min
EfficientDynamoDb
package version required:0.9.2-alpha.0.11
MinEfficientDynamoDb.Credentials.AWSSDK
package version required:0.9.1
Closing the issue since the stable 0.9.2 version is out already.