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've been using the serverless-aws-alias plugin for some time now. It had its ups and downs but now I faced a problem that I cannot overcome.
My serverless project grew too big to be deployed into one CloudFormation stack (I faced the 200 resources limitation of CloudFormation). After some research, I found the serverless-plugin-split-stacks plugin. This plugin will split your stacks into nested ones. And it works on its own. But as my project uses the serverless-aws-alias plugin plugin, while I still can deploy the project without any errors reported, but the lambda functions created have no aliases created for them.
I've been using the
serverless-aws-alias plugin
for some time now. It had its ups and downs but now I faced a problem that I cannot overcome.My serverless project grew too big to be deployed into one CloudFormation stack (I faced the 200 resources limitation of CloudFormation). After some research, I found the
serverless-plugin-split-stacks
plugin. This plugin will split your stacks into nested ones. And it works on its own. But as my project uses theserverless-aws-alias plugin
plugin, while I still can deploy the project without any errors reported, but the lambda functions created have no aliases created for them.Here's a simple test case:
If you deploy this project like this:
You'll end up with a lambda function without any aliases.
Here are my versions:
The text was updated successfully, but these errors were encountered: