This message was deleted.
# general
s
This message was deleted.
h
You may be able to pass the "provider" property to do that.
✔️ 1
l
You can use multiple providers in the same stack. To "move" a lambda without downtime, I would add a 2nd copy with a different provider (still AWS, but in the correct region) and deploy, then remove the 1st copy and deploy. This should "move" it safely.
👍 1
s
Thank you so much!