serverless-plugins icon indicating copy to clipboard operation
serverless-plugins copied to clipboard

fix: remove undefined reference to `this.region`

Open zlalvani opened this issue 5 years ago • 1 comments

In packages/serverless-offline-sqs/src/sqs.js, there is an undefined reference to this.region that causes the awsRegion parameter to not be passed to lambda invocations.

For context, I am using a parsing library that considers awsRegion to be a required field.

zlalvani avatar Jan 20 '21 21:01 zlalvani

Hello! Can we merge this! It would be good to have this live!

GonzaloSaad avatar May 10 '21 16:05 GonzaloSaad