https://github.com/tuyentv96/lamda-echo-template
https://github.com/tuyentv96/lamda-echo-template
aws echo echo-lamda go golang http lamda
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuyentv96/lamda-echo-template
- Owner: tuyentv96
- Created: 2019-12-22T06:55:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T13:52:50.000Z (about 5 years ago)
- Last Synced: 2023-03-10T04:51:20.139Z (about 3 years ago)
- Topics: aws, echo, echo-lamda, go, golang, http, lamda
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lamda-echo-template
Simple golang http example using Echo multiple route with aws lamda
## Getting started
The first step is to install the required dependencies
Required: [Serverless framework](https://serverless.com/framework/docs/getting-started/)
```bash
# First, we build project
$ go mod download
$ make build
$ serverless deploy
```