sls-test-tools icon indicating copy to clipboard operation
sls-test-tools copied to clipboard

Allow configuring AWS endpoint

Open smbkr opened this issue 4 years ago • 0 comments

Hi,

I'd like to use this library with Localstack to avoid deploying to a real AWS account. Doing so would require overriding the endpoint config option for the AWS SDK, e.g.

const eventBridge = new EventBridge({
    endpoint: 'http://localstack_main:4566',
})

Would you consider supporting this?

smbkr avatar Feb 02 '22 14:02 smbkr