The AWS Serverless Application Model (SAM) CLI is a pretty slick way to start building microservices quickly. One thing I struggled with for a while was, how do I prevent bad people from accessing my API? This ended up being
Before you begin, I’ve had some bizarre issues getting this to work correctly on Windows. The zip file that gets uploaded to AWS has some odd permissions on it, which cause things to break. I recommend using OSX, Linux, or