guckin / webhooks-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My serverless backend template

Features

  • Jest unit/e2e testing
  • CDK IAC
  • Automated deployments
  • Each Pr spins up a new seperate deployment
  • Small lambda bundle sizes using Es Module
  • Typescript
  • Linting

Useful commands

  • npm run test perform the jest unit tests
  • npm run lint lint new code
  • npx cdk diff view cdk diff

About


Languages

Language:TypeScript 68.5%Language:JavaScript 31.5%