https://github.com/fredericbarthelet/schedule-prune
The missing piece of the AWS EventBridge Scheduler
https://github.com/fredericbarthelet/schedule-prune
aws cdk construct scheduler
Last synced: 6 months ago
JSON representation
The missing piece of the AWS EventBridge Scheduler
- Host: GitHub
- URL: https://github.com/fredericbarthelet/schedule-prune
- Owner: fredericbarthelet
- Created: 2022-12-03T17:38:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T14:45:06.000Z (over 3 years ago)
- Last Synced: 2025-01-02T10:11:42.542Z (over 1 year ago)
- Topics: aws, cdk, construct, scheduler
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your CDK TypeScript Construct Library project
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`SchedulePrune`)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (`SchedulePruneProps`) to configure the visibility timeout of the queue.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests