[core] Move Schedule classes to core and remove duplicates #8979
Labels
@aws-cdk/core
Related to core CDK functionality
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
❓ General Issue
The Question
aws-cdk/packages/@aws-cdk/aws-applicationautoscaling/lib/schedule.ts
Lines 3 to 6 in d80efae
aws-cdk/packages/@aws-cdk/aws-autoscaling/lib/schedule.ts
Lines 1 to 4 in d80efae
aws-cdk/packages/@aws-cdk/aws-events/lib/schedule.ts
Lines 3 to 6 in d80efae
The classes above are almost the same.
What about moving them all to
@aws-cdk/core
and remove duplicates?It will be more useful in the core module.
Environment
Other information
The text was updated successfully, but these errors were encountered: