Remove custom resource implementation for Fargate event target #3930
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
@aws-cdk/aws-events
Related to CloudWatch Events
feature-request
A feature should be added or improved.
🚀 Feature Request
General Information
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
andPlatformVersion
inAWS::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
The text was updated successfully, but these errors were encountered: