Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs-patterns/lib/base/queue-processin…
Browse files Browse the repository at this point in the history
…g-service-base.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev committed Dec 11, 2023
1 parent 296c136 commit 7a29244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface QueueProcessingServiceBaseProps {
* The image used to start a container.
*
* For `QueueProcessingFargateService`, either `image` or `taskDefinition` must be specified, but not both.
* For QueueProcessingEc2Service, `image` is required.
* For `QueueProcessingEc2Service`, `image` is required.
*
* @default - the image of the task definition is used for Fargate, required otherwise
*/
Expand Down

0 comments on commit 7a29244

Please sign in to comment.