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
toolkit-cleaner:ToolkitCleanerschedule prop renamed to scheduleExpression and now accepts ScheduleExpression from aws-cdk-lib/aws-scheduler instead of Schedule from aws-cdk-lib/aws-events. ToolkitCleaner now uses a Lambda durable function instead of a Step Function. Lambda durable functions are not available in all regions, see AWS Capabilities by Region.
Features
toolkit-cleaner: use a durable Lambda function (#326) (1a96765), closes #290