Skip to content

Modify CF template before nested stacks get created#26

Open
rmbl wants to merge 1 commit intoleftclickben:masterfrom
rmbl:feature/fix-stacks
Open

Modify CF template before nested stacks get created#26
rmbl wants to merge 1 commit intoleftclickben:masterfrom
rmbl:feature/fix-stacks

Conversation

@rmbl
Copy link
Copy Markdown

@rmbl rmbl commented Mar 28, 2019

We're using serverless-plugin-split-stacks to split the resulting CF template into nested stacks. This occurs on after:aws:package:finalize:mergeCustomProviderResources which is part of package:finalize. Because of this the Stage gets added too late and leads to errors when deploying it to AWS.

This PR moves the modifications from this plugin to the beginning of package:finalize to fix that.

@juanjoDiaz
Copy link
Copy Markdown

Is there anything blocking this from being merged and released?

@rmbl
Copy link
Copy Markdown
Author

rmbl commented Oct 8, 2020

I should probably fix the tests. Other than that it has been working since then over a few hundred deployments for us.

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

Successfully merging this pull request may close these issues.

2 participants