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
Here's a snippet from our serverless.yml file, defining configs for the split-stacks config and our VPC config, which reference VPC resources defined in external files
But as soon as I have two or more resources, the subsequent stacks do not have the parameters referenced, and the stack with the first function still does reference those parameters
I have 128 lambda functions I'm working on deploying
Here's what I've tried to deploy:
The current setup
I get the following error message:
Template format error: Unresolved resource dependencies [ServerlessSecurityGroupGroupIdParameter, ServerlessSubnetAParameter, ServerlessSubnetBParameter, ServerlessSubnetCParameter] in the Resources block of the template
Sending all API gateway and Lambda Function resources to the first stack
Switching my serverless version down to 1.59 solved this
Leaving this issue open because it seems like something this plugin should account for, though I don't understand fully understand what's going on
Serverless version
serverless-plugin-split-stacks version
stacks-map.js
All the lambda function resources get resolved into stacks based on their domain
Here's a snippet from our serverless.yml file, defining configs for the split-stacks config and our VPC config, which reference VPC resources defined in external files
When I run
sls package
with only one function in my serverless file, it correctly adds the referenced parameters in the parameters of the stackBut as soon as I have two or more resources, the subsequent stacks do not have the parameters referenced, and the stack with the first function still does reference those parameters
I have 128 lambda functions I'm working on deploying
Here's what I've tried to deploy:
I get the following error message:
Doesn't work, circular dependency error
Here's what I'm wondering:
The text was updated successfully, but these errors were encountered: