Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhiyerra/template-aws-lambda-go


https://github.com/abhiyerra/template-aws-lambda-go

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

# AWS Lambda (Go)

# Handlers

# Workflow

- Develop on Branches
- Merge into `qa` this will deploy the qa stage
- Merge into `master` this will deploy the prod stage

# Testing

```
go test
```