https://github.com/stavxyz/loafers
aws lambda golang playground
https://github.com/stavxyz/loafers
aws context go golang lambda
Last synced: about 2 months ago
JSON representation
aws lambda golang playground
- Host: GitHub
- URL: https://github.com/stavxyz/loafers
- Owner: stavxyz
- Created: 2018-12-05T03:17:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T04:22:20.000Z (over 6 years ago)
- Last Synced: 2025-02-14T08:13:26.063Z (4 months ago)
- Topics: aws, context, go, golang, lambda
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loafers
Lambda meets gophers.
### start
Install `aws-lambda-go` project
> Libraries, samples and tools to help Go developers develop AWS Lambda
> functions.```
go get github.com/aws/aws-lambda-go/lambda
```### build
This builds to run in the aws lambda runtime.
```
./build.sh
```This will produce a `main.zip` file to upload to aws lambda (or s3).
Your value for `handler` will be simply `main`.
More info on the lambda execution env:
https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html