David Good

Results 4 issues of David Good

I have a simple use case: an adapter which uses Spring's `RestTemplate`. I know that `RestTemplate`, like many HTTP clients, does not set a timeout by default. So it can...

It would be nice if the DynamoDB Enhanced Client provided a JSON `AttributeConverter`, something like the SDK v1's `@DynamoDBTypeConvertedJson`. This seems like such a common use case that it would...

feature-request
dynamodb-enhanced
p2

Is it possible assume role rather than explicitly providing the credentials? Context: When running on Kubernetes (EKS), we use a Kubernetes `ServiceAccount`. We don't even have these values: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`,...

It looks like since Deno 1.5, there was a [breaking change](https://deno.com/blog/v1.5#stricter-type-checks-in-stable) which is causing an issue. I'm running Deno 1.17.2 and seeing this error: ``` error: TS1205 [ERROR]: Re-exporting a...