Join Slack
Powered by
Sometimes in seed deployment i get that the versio...
# seed
s
Sourav Sarkar
10/26/2021, 1:12 PM
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
Frank
10/26/2021, 1:25 PM
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
Sourav Sarkar
10/26/2021, 1:26 PM
Thanks this make sense !
3
Views
Open in Slack
Previous
Next