Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

API Gateway events consist of a request that was routed to a Lambda function by API Gateway. When this happens, API Gateway expects the result of the function to be the response that API Gateway should respond with.

Preparing and deploying Function to Lambda

pip install awscli
go get
go test
cd cmd/
./build-go
aws lambda update-function-code --function-name example --zip-file fileb://main.zip

About

A template for a Lambda with API Gateway

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages