breezy-lunch-69325
06/27/2021, 12:52 AMenough-leather-70274
06/27/2021, 1:48 AMdamp-school-17708
06/27/2021, 11:12 AMbored-oyster-3147
06/27/2021, 3:19 PMawsx
FargateTaskDefinition is just an extension of aws.ecs.TaskDefinition
and FargateService is just an extension of aws.ecs.Service
. These types are meant to simplify the creation of Fargate resources, but they could be configured entirely from aws.ecs.TaskDefinition
and aws.ecs.Service
respectively and you wouldn't need to use awsx
which requires you to provide an entire resource instance in the args.breezy-lunch-69325
06/27/2021, 8:10 PMbored-oyster-3147
06/27/2021, 8:18 PMenough-leather-70274
06/27/2021, 11:09 PMawsx
isn't available in python, so we use the underlying aws
resource types.