1.2.0 • Published 2 years ago

ecomm-design-service v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Welcome to your CDK TypeScript project!

This service handles calls for eComm design interactions

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk 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.