Skip to content

Remove custom resource implementation for Fargate event target #3930

@jogold

Description

@jogold

🚀 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).

image

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

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-ecsRelated to Amazon Elastic Container@aws-cdk/aws-eventsRelated to CloudWatch Eventsfeature-requestA feature should be added or improved.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions