Open
Description
When provider.versionFunctions
is set to false in the serverless.yml some nulls end up in the cloudformation-template-create-alias-stack.json
"DependsOn": [
null,
null
]
which results in the following error in deployment:
[/Resources/<FunctionName>LambdaPermissionApiGateway/DependsOn/0] 'null' values are not allowed in templates
If function versioning is required it would be great to have a more clear error message.