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

docs: Remove incorrect default value for shouldStartNameWithService #11711

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

philbates35
Copy link

The plan was to make the default shouldStartNameWithService to be true in v3, but that decision was reverted in
#9160 (comment) and the default value in v3 is still actually false.

This caused my team issues today after we removed shouldStartNameWithService: true from our serverless.yml thinking that as its the default it isn't needed to be explicitly defined (we're using v3), but when we deployed the change it created a new API gateway resource which was totally unexpected and caused us some headaches. I believe this is because contrary to what the docs say, the default shouldStartNameWithService in v3 is still actually false.

The plan was to make the default shouldStartNameWithService to
be true in v3, but that decision was reverted in
serverless#9160 (comment)
and the default value in v3 is still actually false.
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.

None yet

1 participant