aleios-cloud / aleios-cloud/sls-test-tools
Allow configuring AWS endpoint
Open
- 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.