-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Remove custom resource implementation for Fargate event target #3930
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Container@aws-cdk/aws-eventsRelated to CloudWatch EventsRelated to CloudWatch Eventsfeature-requestA feature should be added or improved.A feature should be added or improved.
Description
🚀 Feature Request
General Information
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
Description
The EcsTask target in @aws-cdk/aws-events currently uses a custom resource for Fargate/awsvpc tasks due to lack of CF support (see #2707).
CF just released support for Group, LaunchType, NetworkConfiguration and PlatformVersion in AWS::Events::Rule > Target > EcsParameters (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html).
The custom resource implementation should be removed in favor of a CF only solution.
Proposed Solution
Remove the custom resource after CF resource specification has been updated.
Other information
See also aws-cloudformation/cloudformation-coverage-roadmap#23
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Container@aws-cdk/aws-eventsRelated to CloudWatch EventsRelated to CloudWatch Eventsfeature-requestA feature should be added or improved.A feature should be added or improved.
