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
serverless-split-stack plugin with provisionalConcurrency configuration making deployment failure.
getting error:
Environment: darwin, node 14.15.4, framework 3.34.0 (local) 3.34.0v (global), plugin 6.2.3, SDK 4.3.2
Error:
The CloudFormation template is invalid: Template format error: Unresolved resource dependencies [AuthorizerFuncLambdaFunctionArnParameter] in the Resources block of the template
splitStacks:
nestedStackCount: 30 # Controls the number of created nested stacks
perFunction: true
# perType: false
# stackConcurrency: 10
# resourceConcurrency: 10
The text was updated successfully, but these errors were encountered:
I am not sure your config is valid. You chose perFunction as a deployment strategy and set nestedStackCount to 30. I am wondering what would happen if you have more than 30 functions. The plugin will try to create a separate nested stack for each function but at the same time, it would be limited by the nestedStackCount parameter set to 30.
serverless-split-stack plugin with provisionalConcurrency configuration making deployment failure.
getting error:
Environment: darwin, node 14.15.4, framework 3.34.0 (local) 3.34.0v (global), plugin 6.2.3, SDK 4.3.2
Error:
The CloudFormation template is invalid: Template format error: Unresolved resource dependencies [AuthorizerFuncLambdaFunctionArnParameter] in the Resources block of the template
The text was updated successfully, but these errors were encountered: