https://github.com/shreyaskarnik/go-lambda
Example for AWS Lambda using Golang
https://github.com/shreyaskarnik/go-lambda
Last synced: 10 months ago
JSON representation
Example for AWS Lambda using Golang
- Host: GitHub
- URL: https://github.com/shreyaskarnik/go-lambda
- Owner: shreyaskarnik
- License: mit
- Created: 2018-04-21T21:51:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T02:46:24.000Z (over 4 years ago)
- Last Synced: 2025-02-14T11:52:57.657Z (over 1 year ago)
- Language: Go
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# go-lambda
Sample function for [AWS Lambda using Golang](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/)

## Build
```bash
make build
```
## Test
```bash
make test
```
## Create Deployment
```bash
make zippy
```