-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aws-ecs): support runtime platform property for create fargate windows runtime. #17622
feat(aws-ecs): support runtime platform property for create fargate windows runtime. #17622
Conversation
…port-runtime-platform-property-for-fargate
…port-runtime-platform-property-for-fargate
…ttps://github.com/neilkuan/aws-cdk into feat/support-runtime-platform-property-for-fargate
Hi @upparekh ,If you have time, please take a look at this PR, thanks. |
Hi @kimisme9386 @clarencetw @dwchiang Are you interested to take an initial review? Please leave a review comment with "LGTM" if you think it's good with you. Thanks. |
@neilkuan Any chance we can add this new feature into this PR? Announcing AWS Graviton2 Support for AWS Fargate – Get up to 40% Better Price-Performance for Your Serverless Containers |
yes, I will, wip. |
…ttps://github.com/neilkuan/aws-cdk into feat/support-runtime-platform-property-for-fargate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It's great to have Graviton2 for AWS Fargate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR, @neilkuan! I have a few questions/comments.
packages/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/test/fargate/fargate-task-definition.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/test/fargate/fargate-task-definition.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/test/fargate/fargate-task-definition.test.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
Co-authored-by: Pahud Hsieh <pahudnet@gmail.com>
Co-authored-by: Pahud Hsieh <pahudnet@gmail.com>
…port-runtime-platform-property-for-fargate
Hi @madeline-k , I already made some improvement. please review at the free time, thanks. |
Hi @madeline-k , I already made some improvement. please review at the free time, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making updates, @neilkuan! This is looking great, I just have a few comments about wording and unit tests.
packages/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/test/fargate/fargate-task-definition.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-ecs/test/fargate/fargate-task-definition.test.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
Hi @madeline-k ready to merge. 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, my review was dismissed after merging from master.
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
feat(aws-ecs): support runtime platform property for create fargate windows and Graviton2 runtime.
close #17242
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license