This project is built using CDK with TypeScript.
The cdk.json file tells the CDK Toolkit how to execute your app.
All related Infra is defined in lib/cert-extractor-10be-stack.ts
Extractor is the Python lambda that handles all the logic. Make sure to replace constants like email and blacklisted PAN fields.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testsnpx cdk deploydeploy this stack to your default AWS account/regionnpx cdk diffcompare deployed stack with current statenpx cdk synthemits the synthesized CloudFormation template
- Pypdf for text extraction from PDF.