cloud-development-kit
v1.0.7
Published
Where we process deposit and deposit details from Stax API's - Intake SQS messages and writes to Stax tables (deposits and deposit details). - POS transactions are sent to `cardx-processing`
Downloads
4
Readme
Stax Processing
Where we process deposit and deposit details from Stax API's
- Intake SQS messages and writes to Stax tables (deposits and deposit details).
- POS transactions are sent to
cardx-processing
Usage
Install dependencies in the root folder
npm install
Testing
Any tests files should be put inside "./lambda/src/tests". The names of the spec files should be "*.spec.js". Ideally, write tests before implementation
- To run a test suite, in the root folder run
npm test
- To run a test suite that continuously watches changed files, run
npm run test:watch
CDK Documentation
- API REFERENCE: https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html
- DEVELOPER GUIDE: https://docs.aws.amazon.com/cdk/latest/guide/home.html
License
© CardX. All rights reserved.