Service responsible for all customer data
- getCustomerCompanyDetails
- GET
- POST
- PUT
- DELETE
- getCustomerAddress
- GET
- GETLIST
- POST
- PUT
- DELETE
- DELETELIST
- getCustomerPaymentDetails
- GET
- GETLIST
- POST
- PUT
- DELETE
- DELETELIST
Create the domain if it dosent exist. This is a oneoff 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