Hi guys, recently I found a bug into my pulumi cod...
# general
b
Hi guys, recently I found a bug into my pulumi code (only occurs when using into aws lambda with docker image. Testing the local code with pulumi up don't exists the error) invalid parent URN: invalid URN "urnpulumibb1b5274-7a0d-4b96-9b9a-4f4d1cf38572:Pulumi ArchiecustomresourceFIREWALL:FIREWALL_1" Sometimes it's my custom:resourceROUTE And, stressing, it's the first time that I found this error when I use the aws lambda 😔
e
Don't put colons in resource names, that "FIREWALL::FIREWALL_1" will be tripping up the engine on some data paths.