Hi folks, I want to add ecs service connect into a...
# general
w
Hi folks, I want to add ecs service connect into a pulumi stack, do you know how could I implement this?
b
@wooden-egg-90698 it’s a little involved, you need to set the service connect configuration property: https://www.pulumi.com/registry/packages/aws/api-docs/ecs/service/#serviceserviceconnectconfiguration and also create a namespace: https://www.pulumi.com/registry/packages/aws/api-docs/servicediscovery/httpnamespace/
w
oh ok, I will try to do this
can this be perform from the awsx package?
b
No it can’t
w
ok