Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danteay/sls-aws-go-mod
- Owner: danteay
- Created: 2020-06-28T01:55:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T10:12:23.000Z (over 4 years ago)
- Last Synced: 2024-05-01T16:24:09.334Z (8 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```