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

Serverless Framework: Serverless Compose Example Project

Posted by Miguel Lopez on Wed 14 June 2023 in serverless

A guide to help you deploy mutiple Serverless projects at once using Serverless Compose. By the end of this guide, you will have an example of how to organize and deploy multiple Serverless projects using Serverless Compose.


Continue reading

Serverless Framework: Creating an RDS Serverless Database Example

Posted by Miguel Lopez on Sat 10 June 2023 in serverless

A guide to help you deploy serverless RDS clusters using the Serverless Framework. By the end of this guide, you will have a serverless Postgres database created by Serverless Framework to support your Lambda Functions.


Continue reading

Serverless Framework: Creating an SQS Queue Example

Posted by Miguel Lopez on Sat 10 June 2023 in serverless

A guide to help you deploy an SQS queue using the Serverless Framework. By the end of this guide, you will have an SQS queue deployed by Serverless Framework and connected to your Lambda Functions.


Continue reading