Pydantic Settings AWS
Pydantic Settings AWS is an extension of the great 🚀 Pydantic Settings library.
It offers an easy way to load your settings hosted in ☁️ AWS Secrets Manager and Parameter Store.
Installation
You can install pydantic-settings-aws with pip:
pydantic-settings-aws
will install some dependencies for you:
- pydantic >= 2.0.1
- pydantic-settings >= 2.0.2
- boto3 >= 1.27.0
- boto3-stubs[secretsmanager] >= 1.27.0
Usage
Using pydantic-settings-aws can be as easy as: