An open API service indexing awesome lists of open source software.

https://github.com/apiorno/lambda-yt-example

Simple GO aws lambda function
https://github.com/apiorno/lambda-yt-example

Last synced: 3 months ago
JSON representation

Simple GO aws lambda function

Awesome Lists containing this project

README

          

### Build for Linux to work on AWS
```
GOARCH=amd64 GOOS=linux go build main.go
```

### Zip to upload to AWS lambda function

```
zip function.zip main
```