Hi, I'm trying to set up Service Connect using pul...
# aws
e
Hi, I'm trying to set up Service Connect using pulumi - however it seems like it isn't possible to name port mappings using a FargateService through the awsx library, and that seems to be required for Service Connect. Is there a way to do this in pulumi?
e
Ah thank you, it seems like the portMappings configuration in FargateService don't support setting name yet. I'll refactor to using a Service instead.