amzn / smoke-aws

AWS services integration for the Smoke Framework
Apache License 2.0
111 stars 19 forks source link

Move async function support into SmokeAWSHttp #102

Closed tachyonics closed 3 years ago

tachyonics commented 3 years ago

Issue #, if available:

Description of changes:

  1. Update CI and README for Swift 5.5
  2. Move async function APIs into SmokeAWSHttp
  3. Re-export SmokeAWSHttp as _SmokeAWSHttpConcurrency to avoid breaking anyone who imported the under-scored package.
  4. Update swift-nio dependency.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.