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

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

Open
JhonatanIT opened this issue May 23, 2023 · 1 comment
Open

Comments

@JhonatanIT
Copy link

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!!

@ryanlawson
Copy link

Seems like the issue is with serverless or CloufFormation and not the Github Action itself. Can you provide more details?

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