Skip to content

virtuelabs-io/rapido-build-ratings-service

Repository files navigation

Ratings Service

Service responsible for all customer reviews and ratings

Build and deploy

Create the domain if it dosent exist. This is a one-off command which need to run

# To create
serverless create_domain --profile <profile name>
# To remove
serverless delete_domain --profile <profile name>

Deploy it on AWS

# To deploy
serverless deploy --stage staging --profile <profile name>
# To delete
serverless remove --stage staging --profile <profile name>

Note: Authenticated with Cognito