A Serverless API made with Go.
- Go
- AWS API Gateway
- AWS Lambda
- AWS DynamoDB
- Serverless
- NPM
- Go
- Serverless framework
- AWS Credentials
If you want to run the API locally:
npm i
and
go mod download
Build the binary:
make build
Run the project locally:
make dev
make deploy-dev