0.0.1 • Published 5 years ago

tokenisation-service v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
5 years ago

tokenisation-service — Set of Lambda functions for tokenising payment cards

More info here

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.