Closed wizardishungry closed 5 years ago
Hmmm, good catch. I think it would, you can use it for ref's then as well. I'm not sure anymore why I added this specific if statement tbh.
I'll make this into a point release because it's potentially a breaking change.
I just released a point release 0.4.0
with these changes.
Are you sure you published it correctly –
$ curl 2> /dev/null https://registry.npmjs.org/serverless-fargate-tasks/-/serverless-fargate-tasks-0.4.0.tgz | gunzip - | grep -a JSON.stringify
environment.push({"Name": key, "Value": JSON.stringify(value)})
Interesting! Let me check :)
Ok, I made a booboo. I just released 0.4.1 which should be okay now 😅 Sorry for that!
No worries! 🥂
I'm curious if removing this block would allow me to use stack outputs in my task defintions?