Skip to content

InternetFreedomFoundation/10BE-workflow

Repository files navigation

10BE Certificate workflow

This project is built using CDK with TypeScript.

The cdk.json file tells the CDK Toolkit how to execute your app.

Notes

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.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

Uses

  • Pypdf for text extraction from PDF.

About

Automation for extracting and emailing 10BE tax certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published