Serverless deploys same artifact to all functions despite different artifact paths specified #13030
Unanswered
iamvishalx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm encountering a problem with Serverless where all Lambda functions in my service are being deployed with the same artifact (code bundle), despite explicitly configuring different artifact paths for each function. Specifically, all functions end up using the artifact from the last function defined in the serverless.yml file.
I'm sharing a stripped-down version of my
serverless.yml
file.Any insights or workarounds would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions