Skip to content

Commit

Permalink
chore: fix a few ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobast committed Aug 17, 2022
1 parent eb6f8e0 commit 10ee17b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
* SPDX-License-Identifier: Apache-2.0
*/

use http::uri;
Expand Down Expand Up @@ -46,7 +46,7 @@ where
}

/// Converts a `lambda_http::Request` into a `http::Request<hyper::Body>`
/// Issue: https://github.com/awslabs/smithy-rs/issues/1125
/// Issue: <https://github.com/awslabs/smithy-rs/issues/1125>
///
/// While converting the event the [API Gateway Stage] portion of the URI
/// is removed from the uri that gets returned as a new `http::Request`.
Expand Down

0 comments on commit 10ee17b

Please sign in to comment.