ecomm-design-service
v1.2.0
Published
This service handles calls for eComm design interactions
Downloads
4
Readme
Welcome to your CDK TypeScript project!
This service handles calls for eComm design interactions
Useful commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
Service Endpoint Details
Service Name: getFordPricing
POST: https://gateway.sunrun.com/majstg-ecomm-design/pricing
Service Payload:
{
requests: [{
id,
opportunity: { state, salesDivision, },
product,
services,
equipment: [{ type, manufacturer, model, tier, count},
],
},
]
}
Disaster Recovery
Please read the disaster recovery plan.