aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

ISSUE #1027 - Added a Python example for Fargate Service with EFS #1045

Open jfan9 opened 1 month ago

jfan9 commented 1 month ago

Fixes #1027


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sirbmatthews commented 1 month ago

This seems to be a duplicate of PR #1042

fanq10 commented 1 month ago

This seems to be a duplicate of PR #1042

Compared with #1042, this PR has a better quality code, and it follows the format of other samples, for example, fargate-service-with-autoscaling and best practice.