Greetings, I created a project using cookiecutter...
# getting-started
f
Greetings, I created a project using cookiecutter django with docker enabled. I want to deploy the project to AWS. How can I use Pulumi to run the docker compose yml files and have the app containers uploaded? Trying to set up test/dev and prod apps that can be updated using github actions.
e
You want to deploy them on ECS Fargate?
f
@elegant-gigabyte-8733 Yes.
Can I get any help with this?
s
I don’t know what language you’re using so I can’t point you to a specific example, but one place to start would be the Pulumi GitHub examples repo: https://github.com/pulumi/examples/
f
@salmon-account-74572 I am using python for my pulumi code.
s
Then this would be a potential starting point for you: https://github.com/pulumi/examples/tree/master/aws-py-fargate
e
Agree with Scott, give that a try if you run into problems let us know I’m happy to help