This example shows how to deploy a function using Serverless, API Gateway and the Go Lambda runtime. A basic handler is defined in main.go and an API with a proxy integration event is defined in serverless.yml.
Getting started
The following steps can be used to deploy the function to AWS. Please be aware that this may incur AWS costs.
Install Serverless using npm install -g serverless.