tokenisation-service
v0.0.1
Published
Set of Lambda functions for tokenising payment cards
Downloads
1
Readme
tokenisation-service — Set of Lambda functions for tokenising payment cards
Uses the AWS Serverless Application Model to leverage AWS Lambda and API Gateway.
Usage
# Run a local API Gateway
npm run dev
# Deploy 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.