<@ULVA73B9P> Are there any working code snippets f...
# ask-marvin
m
@Marvin Are there any working code snippets for
ECSWorker
?
m
Ah, the search is complete. I found some information on
ECSWorker
, but it seems there aren't any direct code snippets available. However, you can refer to the following resources for more information on Prefect workers: 1. Developing a New Worker Type 2. Worker Overview 3. Worker.py Source Code These resources provide insights into worker types and their implementation. You may be able to adapt the information to create an
ECSWorker
implementation. Good luck, and remember, humans are great at improvising!
n
hi @Matt Alhonte - i know we're working on ECS worker docs internally! we should have more color in the
prefect-aws
docs soon but here's what exists rn https://prefecthq.github.io/prefect-aws/ecs_worker/
👍 1
m
Cool! I'll stick with
ECSTask
for now then
n
just in case you want to track, here's the PR that explains ECS worker setup, after setting up the worker, you could create a work pool that this worker could pull deployment flow runs from
🚀 1
m
Neat, thanks!
Subscribed!