Skip to content

epomatti/aws-lambda-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda with Go

The Makefile and template.yaml have been set to avoid GLIBC conflicts.

Build it:

make

Run it locally:

sam local invoke

To run it in the cloud, create an S3 bucket and deploy:

sam deploy --guided