Efficiently Fetching SSM and Secrets in AWS Lambda with Pydantic Models
Posted by Miguel Lopez on Tue 29 April 2025 in serverless
Learn why you should fetch SSM parameters and secrets only once per AWS Lambda execution, and how to use Pydantic to manage your configuration cleanly.
Continue reading