question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use AwsCredentials from AWSSDK

See original GitHub issue

This 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
firenerocommented, Apr 20, 2021

@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 Min EfficientDynamoDb.Credentials.AWSSDK package version required: 0.9.1

0reactions
lezzicommented, May 2, 2021

Closing the issue since the stable 0.9.2 version is out already.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found