A feature I think everyone (including myself!) should use more is AWS Serverless Application Model (SAM) policy templates. This approach is a great example of "syntactic sugar" that characterises the AWS SAM approach. As an example, a frequent
sam
A collection of 5 posts
SAM local invoke function logs with Python
Get SAM local invoke functions logging properly with Python
AWS SAM HTTP API and CORS
So many acronyms in that title - I promise you they actually make sense! I was doing some local development against an AWS SAM-based API built with an AWS API Gateway HTTP APIs (not to be confused with the REST
Cleaning up Lambda Logs with CloudFormation
Is your CloudWatch Logs console full of old log groups? Got 50 pages of Lambda log groups? Don't worry, I have the solution for you! The issue here is not the cost; While there is a cost associated
Getting Started with AWS SAM Local
The AWS blog gave me a very pleasant surprise the other day: AWS SAM Local [https://aws.amazon.com/blogs/aws/new-aws-sam-local-beta-build-and-test-serverless-applications-locally/] is in public beta. It's a golang CLI project that's distributed via NPM [https: