Skip to content

aazzou/aws-go-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-go-lambda

AWS Lambda using Golang

delete existing main.zip

rm -rf build/main.zip

compile new project

GOOS=linux GOARCH=amd64 go build -o build/main cmd/main.go

zip result, upload this main.zip to your lambda project

zip -jrm build/main.zip build/main

Upload main.zip to your lambda project on AWS, change your main handler from 'hello' to 'main'

Using dynamodb

You can use this branch code for using dynamodb

About

AWS Lambda using Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages