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.

Is possible to implement the aws credentials for a class extends the boto3 client?

See original GitHub issue

is possible to create a class when u initialize the class it pass the configuration like

AWS Access Key ID
AWS Secret Access Key
Default region name
Default output format

without use aws-shell?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
swetashrecommented, Jan 6, 2020

I am closing this issue. Please reopen if you have any more concerns.

1reaction
swetashrecommented, Dec 31, 2019

Sorry for the late reply. These are the ways you can configure credentials when using boto3: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Credentials — Boto3 Docs 1.26.33 documentation - AWS
Boto3 credentials can be configured in multiple ways. Regardless of the source or sources that you choose, you must have both AWS credentials...
Read more >
Extensibility guide — Boto3 Docs 1.26.33 documentation - AWS
All of Boto3's resource and client classes are generated at runtime. This means that you cannot directly inherit and then extend the functionality...
Read more >
SecretsManager — Boto3 Docs 1.26.32 documentation - AWS
A secret can be a password, a set of credentials such as a user name and password, an OAuth token, or other secret...
Read more >
Configuration — Boto3 Docs 1.26.33 documentation - AWS
For details about credential configuration, see the Credentials guide. Using the Config object¶. This option is for configuring client-specific configurations ...
Read more >
KMS — Boto3 Docs 1.26.32 documentation - AWS
class KMS. Client ¶. A low-level client representing AWS Key Management Service (KMS) ... temporary security credentials that you can use to sign...
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