http4k-connect icon indicating copy to clipboard operation
http4k-connect copied to clipboard

Featherweight API libraries for connecting to popular third-party cloud services

Results 10 http4k-connect issues
Sort by recently updated
recently updated
newest added

S3.Http() sets host only via overrideEndpoint parameter so you can't pass HttpHandler with host to S3.Http(), i.e. this doesn't work: ``` val http = SetHostFrom(Uri.of("https://foo.com")).then(JavaHttpClient()) val s3 = S3.Http(credentialsProvider, http)...

For some reason, the `RealSQSTest` is being flakey where it takes longer than you'd expect for the queue or messages to be available. We'll see how it does in the...

2.20.60 of the Amazon SDK made the protocol switch from form parameters to JSON payload by default (minor point release!). This has exposed that the FakeSQS (and SQS client) does...

enhancement

The Dynamo `SS` and `NS` types aren't supported by the `autoDynamoLens`. From Object to Item: Java `Set` is converted to Dynamo `L` From Item to Object: Dynamo `NS` and `SS`...

If you use the `DynamoDbIndexMapper.scan` or `query` operations, the `Sequence` it returns results in an infinite loop if the underlying `query` or `scan` operation return an error. This was noticed...

[This](https://github.com/aws/aws-sdk-java-v2/blob/master/services/s3/src/main/resources/codegen-resources/service-2.json ) is the file used to generate the AWS SDK. Investigate using KotlinPoet to generate action classes for all of the services. For each JSON service Client use KSP...

enhancement

Actions to be implemented: - SendEmail [API v2](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Operations.html)

enhancement

If you provide the real DynamoDB an expression name or value that isn't used in the actual expression, it will complain. Ideally, the fake would replicate this behaviour.