v0.2.6
What's new in 🐿?
GoLang 1.x support!
Follow instructions from the docs to build a Go binary and package it into a zip file. Use SAM Local just like how you would for other compiled languages.
Follow the example at: #273
A big thanks for @mhart for building the Golang Docker container
Update to latest version
npm update -g aws-sam-local
Changelog
1cfd626 Fix issue where a template with no AWS::Serverless:Function.Timeout set causes AWS_LAMBDA_FUNCTION_TIMEOUT=0 to be sent to the Lambda runtime. Instead it should default to the SAM specification default (3 seconds). Also included the same default behaviour for the memory size as this was missing too. (#271)
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64