Open garysassano opened 4 days ago
This is interesting and seems very useful. Making this a p2 now. Please help us prioritize with 👍 and we welcome PRs.
On a side note, should this be limited to only NodejsFunction
? Also, @aws-cdk/aws-scheduler-targets-alpha
is not stabilized yet, so we should probably wait to add dependency on experimental module.
On a side note, should this be limited to only
NodejsFunction
?
No, it should apply to the generic IFunction
interface like the other add
methods.
Describe the feature
Currently, you need to write the following code to invoke a function on a schedule:
Use Case
The code could be optimized by introducing a native integration between AWS Lambda and EventBridge Scheduler.
Proposed Solution
Other Information
No response
Acknowledgements
CDK version used
2.170.0
Environment details (OS name and version, etc.)
Ubuntu 24.04 LTS