This is a Core backend functionality for the arber app, using serverless/lambda, written in golang
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
GO
Node
npm
Serverless Framework
go dep
Install Serverless Framework
npm install -g serverless
Install node dependencies
npm install
make build
go test ./...
Development environment
SLS_DEBUG=* serverless deploy --verbose --stage development
Production environment
SLS_DEBUG=* serverless deploy --verbose --stage production
- GO - The Language
- Serverless Framework - Deployment Framework
- ElasticCache - Used to store data
- Rodrigo Serviuc Pavezi - Initial work - rodrigopavezi
- Eduardo Nunes Pereira - eduardonunesp
- Arya Soltanieh - lostcodingsomewhere
This project is licensed under the MIT License - see the LICENSE.md file for details