Set of Lambda functions for tokenising payment cards
npm install tokenisation-servicetokenisation-service _— Set of Lambda functions for tokenising payment cards_
Uses the AWS Serverless Application Model to leverage AWS Lambda and API Gateway.
sh
Run a local API Gateway
npm run devDeploy changes to AWS
npm run package
npm run deploy
`## Create a Function
A function should be as _single-responsibility_ as possible, take a look at
/functions/forms to see an example.template.yaml` describes the routes and deployment of the functions.