Skip to content

Create, update, and delete partner-specific AWS resources

License

Notifications You must be signed in to change notification settings

Dwolla/webhook-provisioner

Repository files navigation

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