Managing Multiple Environments in AWS SAM (dev/prod)
Introduction Separating development and production environments is essential—even for personal projects. With AWS SAM (Serverless Application Model), it’s fairly easy to manage multiple environments by tweaking your template and configuration files. In this post, I’ll walk you through the exact method I use to separate and deploy dev and prod environments using AWS SAM. Why…