Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dwolla/webhook-provisioner
- Owner: Dwolla
- License: mit
- Created: 2019-03-25T15:13:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T16:40:53.000Z (2 months ago)
- Last Synced: 2024-09-06T23:12:27.234Z (2 months ago)
- Topics: dwolla, lambda, serverless, webhooks
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 4
- Watchers: 17
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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