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

Loading Environment Variables into Pydantic Settings in AWS Lambda

Posted by Miguel Lopez on Tue 29 April 2025 in serverless

Learn how to load environment variables into Pydantic settings in AWS Lambda, with a practical example using Terraform.


Continue reading