Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/template-aws-lambda-go
https://github.com/abhiyerra/template-aws-lambda-go
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhiyerra/template-aws-lambda-go
- Owner: abhiyerra
- License: mit
- Created: 2021-06-03T19:14:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T02:50:49.000Z (over 1 year ago)
- Last Synced: 2024-12-27T07:09:31.833Z (15 days ago)
- Language: Go
- Homepage: https://www.opszero.com/devops
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```