Is possible to implement the aws credentials for a class extends the boto3 client?
See original GitHub issueis 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:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top 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 >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
I am closing this issue. Please reopen if you have any more concerns.
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