https://pulumi.com logo
#aws
Title
f

future-diamond-16840

03/31/2020, 7:36 PM
is there Python docs for this page? https://www.pulumi.com/docs/tutorials/aws/ecs-fargate/ same as te getting started guide for all langughes?
w

white-balloon-205

03/31/2020, 9:43 PM
Here's an example of something very similar in Python: https://github.com/pulumi/examples/tree/master/aws-py-fargate Note that the particular example you linked uses the
awsx
library which is currently only available in JavaScript/TypeScript, so some of the code in the Python example will look a bit different (uses the raw AWS resources directly). Here's an
f

future-diamond-16840

04/01/2020, 2:57 PM
🙏