Hey guys, anyone had any experience using the `Scr...
# help
b
Hey guys, anyone had any experience using the
Script
construct with VPC resources. Having ongoing woes with a post-deploy migrations script and have hit another wall:
getaddrinfo ENOTFOUND {rds address}
Any ideas? Thought it might be a permissions thing so I added a
PolicyStatement
to go allow all actions on the arn for the VPC and RDS instance. I’m stuck.
Just in case anyone ever finds this: needed to add the VPC stuff to the
defaultFunctionProps
for the
ScriptProps
.
f
Ah yup!