Aaron Todd

Results 98 comments of Aaron Todd

It looks to be just a warning but I'm seeing the same thing. This seems like a valid use case of an action. Even the [documentation](http://alt.js.org/docs/createActions/) on Actions indicates as...

Why can't clients control `Content-Type` header? I'm not sure I understand why the engine "has" to. It's also confusing since the public API of `HttpMessageBuilder` includes a [setter](https://github.com/ktorio/ktor/blob/master/ktor-http/common/src/io/ktor/http/HttpMessageProperties.kt#L14) Agreed we...

Any update here?

I was going to make an issue for not being able to specify max in flight requests but this PR looks like it covers that.

# Investigation Results Below are quick investigations into dynamodb class files and some opportunities identified to reduce the overall size tl;dr Some things contributing to our overall size * compiler...

as an update here we did end up refactoring the middleware: https://github.com/awslabs/smithy-kotlin/pull/536 Looks like we are [currently](https://repo1.maven.org/maven2/aws/sdk/kotlin/dynamodb/0.10.0-beta/) down to ~3.1MB. The current [Java V2 SDK](https://repo1.maven.org/maven2/software/amazon/awssdk/dynamodb/2.17.109/) sits at around ~2.2MB. A...

Note you can get around this with a bit of work. > I can download whole byte array into JVM and after send it into client or I can save...

That works but it isn't going to use less memory since it requires consuming the whole thing as a `ByteBuffer` for both examples.

@hantsy Thanks for the feature request. **NOTE**: There is a rather large limitation from S3 though that requires a known `Content-Length`. This would require that you know the total size...

There was a recent issue in Amplify (or rather one of the lower level libs `aws-sdk-android` or `aws-sdk-ios`) regarding clock skew.