Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring AWS endpoint #31

Open
smbkr opened this issue Feb 2, 2022 · 0 comments · May be fixed by #34
Open

Allow configuring AWS endpoint #31

smbkr opened this issue Feb 2, 2022 · 0 comments · May be fixed by #34

Comments

@smbkr
Copy link

smbkr commented Feb 2, 2022

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 smbkr linked a pull request Feb 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant