[ecs-patterns] Add container name to QueueProcessingEc2Service #10517
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
Add an optional containerName to QueueProcessingEc2ServiceProps and use it when adding the container to the task definition, as is done by ApplicationLoadBalancedEc2Service.
Use Case
Sometimes it's nice to be able to name your containers.
Proposed Solution
Just do like ApplicationLoadBalancedEc2Service does and retain the current value of "QueueProcessingContainer" if containerName is not provided.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: