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

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

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
```