aleios-cloud / aleios-cloud/sls-test-tools

Allow configuring AWS endpoint

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
195
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Hi,

I'd like to use this library with [Localstack](https://localstack.cloud) to avoid deploying to a real AWS account. Doing so would require overriding the `endpoint` config option for the AWS SDK, e.g.

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

Would you consider supporting this?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.