-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[core] Move Schedule classes to core and remove duplicates #8979
Copy link
Copy link
Closed
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p2
Description
❓ General Issue
The Question
| /** | |
| * Schedule for scheduled scaling actions | |
| */ | |
| export abstract class Schedule { |
aws-cdk/packages/@aws-cdk/aws-autoscaling/lib/schedule.ts
Lines 1 to 4 in d80efae
| /** | |
| * Schedule for scheduled scaling actions | |
| */ | |
| export abstract class Schedule { |
aws-cdk/packages/@aws-cdk/aws-events/lib/schedule.ts
Lines 3 to 6 in d80efae
| /** | |
| * Schedule for scheduled event rules | |
| */ | |
| export abstract class Schedule { |
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
- CDK CLI Version: 1.50.0
- Module Version: 1.50.0
- Node.js Version: 14.5.0
- OS: macOS Catalina
- Language (Version): TypeScript (3.9.6)
Other information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p2