Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.36 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.36 KB

throttler

This is a throttler backend module for the arber app, using serverless/lambda, written in golang

Getting Started

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.

Prerequisites

GO
Node
npm
Serverless Framework
go dep

Installing

Install Serverless Framework

npm install -g serverless

Install node dependencies

npm install

Building

make build

Running the tests

go test ./...

Deployment

Development environment

SLS_DEBUG=* serverless deploy --verbose --stage development

Production environment

SLS_DEBUG=* serverless deploy --verbose --stage production

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details