Hello, I successfully setup Dagster in AWS using <...
# deployment-ecs
m
Hello, I successfully setup Dagster in AWS using https://github.com/dagster-io/dagster/tree/1.2.1/examples/deploy_ecs . But now I realise this is a bit of a dated example as it still uses
repo.py
. Then I had a look at this repo: https://github.com/dagster-io/dagster/tree/master/examples/quickstart_aws . Which seems to be more up to date but it does not have any docs on how to deploy it on aws. Is there an up to date example on how to deploy the open source to AWS with the
Definitions
way of working? 🙂
m
I think
repo.py
is just a naming convention that is outdated
I.e., it should work just fine still
j
Would you be able to file a GH issue for updating the ecs example to use
Definitions
?
👍 1
In theory I’d expect that changing the @repository to Definitions in the ecs example would just work
m