pgdump-aws-lambda
pgdump-aws-lambda copied to clipboard
S3 region can be customized in credsFromSecret
Right now, the region 'eu-west-1' is hardcoded in the following line https://github.com/jameshy/pgdump-aws-lambda/blob/690f0a3b553813d5ae3663852f27601fb19d5ada/lib/config.js#L5
I think it would be helpful to be able to change the region per project.