How to change the version of the currently existing lambda function? #3920
-
I understand that this #3896 was released on v1.21.0 Should I change the node version of my lambda files manually or is there an existing command which can help me to do that? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @anne-montoya! The change you mentioned only updates the node version for the lambdas that Copilot uses for some of it's functionality. If you are deploying your own lambdas through addons, you'll need to manually update the Since you're using lambda and v1.21, you should check out another new feature in that release! It should help simplify the process to deploy a lambda using Copilot. |
Beta Was this translation helpful? Give feedback.
Hey @anne-montoya! The change you mentioned only updates the node version for the lambdas that Copilot uses for some of it's functionality. If you are deploying your own lambdas through addons, you'll need to manually update the
Runtime
field and redeploy (copilot svc deploy
) your service.Since you're using lambda and v1.21, you should check out another new feature in that release! It should help simplify the process to deploy a lambda using Copilot.