ecomm-bid-service
v1.0.0
Published
This service handles calls for submitting the eComm BiD form
Readme
Welcome to your CDK TypeScript project!
This service handles calls for submitting the eComm BiD form
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits 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": "[email protected]",
"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.
