Skip to content

ncent/monetization

Repository files navigation

Monetization

This module will be responsible for all the Monetization related events on the platform, the events are managed by the EventBridge service on AWS

Getting Started

Prerequisites

GO
Node
npm
Serverless Framework
ginkgo

Installing

Install Serverless Framework

npm install -g serverless

Install node dependencies

npm install

Building

make build

Running the tests

go test ./...

or

ginkgo ./...

Deployment

Development environment

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

Production environment

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

Built With

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published