ecomm-bid-service
v1.0.0
Published
This service handles calls for submitting the eComm BiD form
Downloads
1
Readme
Welcome to your CDK TypeScript project!
This service handles calls for submitting the eComm BiD form
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: 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.