You may be able to pass the "provider" property to do that.
✔️ 1
l
little-cartoon-10569
07/22/2020, 11:46 PM
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.