So many lambda functions after deploying #2469
Answered
by
Toshimichi0915
Toshimichi0915
asked this question in
Q&A
Replies: 1 comment
-
inputs:
name:
apiLambda: "sls-website-api"
defaultLambda: "sls-website-default"
imageLambda: "sls-website-image" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Toshimichi0915
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up AWS CodeBuild to automatically deploy my website when master branch is updated. The problem is when the website is deployed new lambda functions are generated and old ones are not removed. How can I fix this issue?
I tried setting "inputs.name" but I got an error that says "Name cannot be specified across all Lambdas as it will cause conflicts."
serverless.yml
buildspec.yml
Beta Was this translation helpful? Give feedback.
All reactions