You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS CDK Construct and helpers to create scheduled jobs such as Webhooks and Lambda Triggers. Provides predefined constructs for Github Action Workflow dispatches and more! Also enables the scheduling of custom jobs and workflows with a super simple interface.
Documentation should be coming soon enough. For now you can refer to the tests for examples. Usage should be simple enough.
Classes
Scheduler (Optional)
CustomTrigger
HttpWebhookTrigger
GithubWorkflowDispatch
GithubRepositoryDispatch
Interfaces
Trigger
Union Types
Cron
Rate
About
AWS CDK Construct and helpers to create scheduled jobs such as Webhooks and Lambda Triggers. Provides predefined constructs for Github Action Workflow dispatches and more! Also enables the scheduling of custom jobs and workflows with a super simple interface.