1.0.0 • Published 1 year ago

ecomm-bid-service v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Welcome to your CDK TypeScript project!

This service handles calls for submitting the eComm BiD form

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: submitBiDRegistration POST: https://gateway.sunrun.com/majstg-ecomm-bid/registration Service Payload:

{
  "firstName": "Mike",
  "lastName": "Doe",
  "phone": "303-303-3030",
  "email": "test@gmail.com",
  "street": "123 Test St",
  "city": "Denver",
  "state": "CO",
  "zip": "80211",
  "installationDate": "2022-11-16T23:13:03.182Z",
  "serialNumber": "123456",
  "stationId": "123456"
}

Disaster Recovery

Please read the disaster recovery plan.