aleios-cloud / aleios-cloud/sls-test-tools
Allow configuring AWS endpoint
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 195
- Forks
- 20
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.