Skip to content

gabrielcdiniz/microservice-template

Repository files navigation

Pre Requisites

Description

Template repository using the following technologies:

Environment

Lint

Installation

$ yarn

Running the app

# development
$ yarn dev

# start serverless offline
$ yarn start

# invoke a single function
$ yarn invoke <name> -p path/to/data.json -s <stage> --aws-profile <profile>

# deploy serverless
$ yarn deploy <stage> --aws-profile <profile>

# serverless deployment info
$ yarn inspect <stage> --aws-profile <profile>

# remove deploy
$ yarn undeploy <stage> --aws-profile <profile>

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks