@mapbox/cloudfriend
Advanced tools
Changelog
8.2.0
LogRetentionInDays
option to Lambda shortcutsChangelog
8.1.0
FilterCriteria
property to be defined for Stream Lambda shortcutsChangelog
8.0.0
cf.shortcuts.ScheduledLambda
to use EventBridge Scheduler instead of EventBridge Rules to schedule lambda invocations. When using this version your template will have the following changes per scheduled lambda instance,Add <LogicalNamePrefix>SchedulerRole AWS::IAM::Role
Add <LogicalNamePrefix>Scheduler AWS::Scheduler::Schedule
Remove <LogicalNamePrefix>Permission AWS::Lambda::Permission
Remove <LogicalNamePrefix>Schedule AWS::Events::Rule
Note the service role (AWS::IAM::Role
) will automatically be created for the AWS::Scheduler::Schedule
resource if you do not specify property ScheduleRoleArn
in the shortcut.
When you make this update, you will no longer see a trigger on your scheduled lambda. The schedule can be viewed in EventBridge schedules.