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 7 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 CLI and Golang
Get started with golang and the AWS SAM CLI for local Lambda development.
"exec format error" from SAM Local with Golang on Mac
I was getting my hands dirty with AWS SAM Local [https://github.com/awslabs/aws-sam-local] and Golang based functions the other day (since golang function support was added in 0.2.7 [https://github.com/awslabs/aws-sam-local/releases/tag/v0.
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: