Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwolla/webhook-provisioner

Create, update, and delete partner-specific AWS resources
https://github.com/dwolla/webhook-provisioner

dwolla lambda serverless webhooks

Last synced: about 10 hours ago
JSON representation

Create, update, and delete partner-specific AWS resources

Awesome Lists containing this project

README

        

# webhook-provisioner

Lambda functions to create, update, and delete partner-specific webhook SQS queues and Lambda handlers using code from [`webhook-handler`](https://github.com/dwolla/webhook-handler).

## Setup

- Clone the repository and run `npm ci`
- Ensure your [AWS credentials are available](https://serverless.com/framework/docs/providers/aws/guide/credentials/)
- 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