Hi, I noticed that in the code blocks in the ECS d...
# general
d
Hi, I noticed that in the code blocks in the ECS docs,
FargateTaskDefinition
is used twice (instead of
EC2TaskDefinition
), same goes for
FargateService
, which is used twice instead of
EC2Service
. https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/awsx/ecs/#task-definitions https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/awsx/ecs/#services Overall the docs have been very helpful. Thanks for updating!