amcclosky / webhook-provisioner

Create, update, and delete partner-specific AWS resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 install
  • Ensure your AWS credentials are available
  • Deploy with ENVIRONMENT=your-env DEPLOYMENT_BUCKET=your-bucket npm run deploy

Developing

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

About

Create, update, and delete partner-specific AWS resources

License:MIT License


Languages

Language:TypeScript 90.4%Language:JavaScript 9.4%Language:Dockerfile 0.2%