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
When there is an input configured in the schedule (maybe there should be automatic detection, and manual configuration override):
constlaconia=require("@laconia/core");constcloudWatchSchedule=require("@laconia/adapter").cloudWatchSchedule();constapp=(input,laconiaContext)=>{console.log(input)// automatically parsed if not parsed already}exports.handler=laconia(cloudWatchSchedule(app));
Additional context
This request is coming from a short discussion with @Strernd at gitter.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is no adapter that we can use for cloudwatch cron trigger at the moment
Describe the solution you'd like
When there is no input configured:
When there is an input configured in the schedule (maybe there should be automatic detection, and manual configuration override):
Additional context
This request is coming from a short discussion with @Strernd at gitter.
The text was updated successfully, but these errors were encountered: