Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 597 Bytes

webhook-provisioner

Lambda functions to create, update, and delete partner-specific webhook SQS queues and Lambda handlers using code from webhook-handler.

Setup

  • Clone the repository and run npm ci
  • Ensure your AWS credentials are available
  • Deploy with ENVIRONMENT=your-env SKRIPTS_DEPLOYMENT_BUCKET=your-bucket npm run deploy

Developing

  • Run tests, ENVIRONMENT=local npm test
  • Invoke locally, npm run start and browse to the localhost port logged