I’m creating an ECS task definition with Typescrip...
# general
m
I’m creating an ECS task definition with Typescript. This takes in a string for the container definitions. I want to set some environment variables in said container definitions that are secret, but when
config.requireSecret('something')
I get an output…which won’t be useable in the string. Is there a better way to get these values that would be different per stack?