Press ESC to close

Or check our Popular Categories...
Category:

sam

4 Articles
4
aws
1 min read

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 [https://aws.amazon.com/cloudwatch/pricing/] with keeping your log groups around, it's pretty small. The real...

aws
1 min read

"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.2.7]), and ran it to a basic - but cryptic - error that took...

aws
4 min read

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://www.npmjs.com/package/aws-sam-local]. SAM Local leverages Docker [https://www.docker.com/] to run you code in local...