Deploy DynamoDB in other region than lambda function

Hi guys,
I currently deploy my lambda functions and DynamoDB to eu-west-1 region (no other choice because they are alexa skill functions) but want to change the region of the DynamoDB to eu-central-1. Is this possible, because I didn’t find a way to do it?
Best regards,
Fabian

You need to use two Serverless projects. One will setup the DynamoDB in eu-central-1 and the second will setup the Lambda’s in us-west-1.

1 Like