This module will be responsible for all the Monetization related events on the platform, the events are managed by the EventBridge service on AWS
GO
Node
npm
Serverless Framework
ginkgo
Install Serverless Framework
npm install -g serverless
Install node dependencies
npm install
make build
go test ./...
or
ginkgo ./...
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
- Eduardo Nunes Peireira - Initial work - eduardonunesp