You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using serverless compose to make the deploy of my services but if i try to make a deploy or remove, i receive this error:
✖ Service
Resolution error: No construct named 'ServiceQueue' was found, the ${construct:ServiceQueue.queueArn} variable is invalid..
Object creation stack:
at Execute again with CDK_DEBUG=true to capture stack traces
Who can i solve this? If I pass the raw value, i can make the deploy or remove.
Maybe the problem is it on Serverless Compose because, if i try make the deploy specifying "Service", its ok. But, if i try to make all services deploy, i receive that error.
Maybe the problem is it on Serverless Compose because, if i try make the deploy specifying "Service", its ok. But, if i try to make all services deploy, i receive that error.
Yeah that is weird, it seems to be related to Serverless Compose deployments. Do you get the same error if you deploy with Serverless Framework v3 as well? (I know v4 changed a lot of things under the hood, I'm curious if Serverless Compose changed some things here)
Description
I using serverless compose to make the deploy of my services but if i try to make a deploy or remove, i receive this error:
Who can i solve this? If I pass the raw value, i can make the deploy or remove.
Maybe the problem is it on Serverless Compose because, if i try make the deploy specifying "Service", its ok. But, if i try to make all services deploy, i receive that error.
How to Reproduce
The text was updated successfully, but these errors were encountered: