Skip to content

ncent/throttler

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published