1.2.0 • Published 3 years ago
ecomm-design-service v1.2.0
Welcome to your CDK TypeScript project!
This service handles calls for eComm design interactions
Useful commands
- npm run buildcompile typescript to js
- npm run watchwatch for changes and compile
- npm run testperform the jest unit tests
- cdk deploydeploy this stack to your default AWS account/region
- cdk diffcompare deployed stack with current state
- cdk synthemits 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.