https://github.com/ev2900/boto3_authentication_options
Examples of different authentication options via. Boto3
https://github.com/ev2900/boto3_authentication_options
authentication aws boto3
Last synced: 9 months ago
JSON representation
Examples of different authentication options via. Boto3
- Host: GitHub
- URL: https://github.com/ev2900/boto3_authentication_options
- Owner: ev2900
- Created: 2022-12-06T13:39:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T01:09:23.000Z (10 months ago)
- Last Synced: 2025-04-10T03:14:31.983Z (9 months ago)
- Topics: authentication, aws, boto3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boto3 Authentication Options

Boto3 is the Python SDK for AWS. Authenticating with AWS is almost always the first part of development with Boto3. This repository provides examples of different ways to authenticate