github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Do not support large name in service property in serverless.yml

Open JhonatanIT opened this issue 1 year ago • 1 comments

for example I had the following property:

service: code-challenge-dealer-service

and when execute serverless deploy, it throws one exception: `× Stack code-challenge-dealer-service-dev failed to deploy (6s) Environment: win32, node 18.12.1, framework 3.31.0, plugin 6.2.3, SDK 4.3.2 Credentials: Local, "default" profile
Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues

Error: Stack:arn:aws:cloudformation:us-west-2:477720812576:stack/code-challenge-dealer-service-dev/eb3d0r56-f920-11ed-80c2-0274db3afa97 is in ROLLBACK_COMPLETE state and can not be updated.`

I didn't find a solution until I modified a shorter one: service: code

And it works!!

JhonatanIT avatar May 23 '23 10:05 JhonatanIT