Sometimes in seed deployment i get that the versio...
# seed
s
Sometimes in seed deployment i get that the version of the lambda already exists and it fails then the suggestion mentioned here shows up https://seed.run/docs/serverless-errors/a-version-for-this-lambda-function-exists which is follow make a small change and it works. But it never happens locally. Also if i disable
Copy code
provider:
  name: aws
  versionFunctions: false
Is there any consequence ?
f
Hey @Sourav Sarkar, it shouldn’t affect ur application as long as you are not using Lambda function alias. Turning it off will also prevent you from running into 75GB code storage limit
s
Thanks this make sense !