Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serverless-split-stack plugin with provisionalConcurrency confguration making deployment failure #212

Open
skysoft999 opened this issue Sep 11, 2023 · 1 comment

Comments

@skysoft999
Copy link

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



@turakvlad
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants