aws-samples / aws-cdk-examples

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

Please add a Python example for Fargate Service with EFS #1027

Open at21x opened 2 months ago

at21x commented 2 months ago

Describe the feature

The TypeScript section features an example of using Fargate with ECS (link here). I suggest we add the same example in the Python section.

Use Case

There are few CDK examples on the web that show Fargate + EFS using Python. It would be great to have one here.

Proposed Solution

Create a Python version of this: https://github.com/aws-samples/aws-cdk-examples/tree/main/typescript/ecs/fargate-service-with-efs

Other Information

No response

Acknowledgements

Language

Python

hareshksaba commented 2 months ago

I may be able to implement this feature request