docs(ecs-patterns):fix aws ecs patterns docs#21225
Conversation
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
This heading is two sections up already. The heading isn't the issue, it's that the code snippet that is incorrect. The piece that should be updated is
const queueProcessingFargateService = new ecsPatterns.QueueProcessingFargateService(this, 'Service', {
cluster,
memoryLimitMiB: 512,
image: ecs.ContainerImage.fromRegistry('test'),
capacityProviderStrategies: [
{
capacityProvider: capacityProvider.capacityProviderName,
},
],
});
|
@TheRealAmazonKendra |
Pull request has been modified.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
---- ### New Features Fixes: aws#21027 Fix aws-ecs-patterns doc. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
New Features
Fixes: #21027
Fix aws-ecs-patterns doc.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license