aws-samples / serverless-java-frameworks-samples

MIT No Attribution
150 stars 36 forks source link

Update all samples to use AWS CRT-based HTTP Client #9

Open muraria opened 2 years ago

muraria commented 2 years ago

Using AWS CRT-based HTTP client can improve performance: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration-crt.html

dmahapatro commented 1 year ago

@ravsrin There is already an open issue here.. FYI

dmahapatro commented 1 year ago

Now that AWS CRT is GA. We can bump up this issue and implement it.