Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danteay/sls-aws-go-mod

Base Serverless go mod project
https://github.com/danteay/sls-aws-go-mod

Last synced: about 1 month ago
JSON representation

Base Serverless go mod project

Awesome Lists containing this project

README

        

# Golang mod Serverless template

## Requirements

- Serverless CLI
- AWS SAM local CLI
- Docker
- NodeJS
- Make

## Instructions

Don't forget to initialize the go mod package and install the `aws-lambda-go`
package:

```console
go mod init
go get github.com/aws/aws-lambda-go
```

Install serverless dependencies and configurations:

```console
npm install
```