Porting Go web applications to AWS Lambda
- January 18, 2018
- serverless
- golang
- aws
- lambda
Running Go on AWS Lambda is not something totally new - developers figured out how to launch Go binaries from Python a while ago, but it wasn't convenient and had some performance implications.
A few days ago Amazon announced an official Go support for AWS Lambda.
Read more →