sumairz / AwsLambda

AWS lambda tests in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Implementation for AwsLambda

Test scripts for AWS lambda

Requirement

These commands are required to make executable and zip the executable and upload it on AWS lambda UI

CMD>> GOOS=linux GOARCH=amd64 go build -o main main.go 
CMD>> zip main.zip main

Note

Name the executable file what you named the lambda function in AWS console

About

AWS lambda tests in golang


Languages

Language:Go 100.0%