You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated SDK conditionally re-exports routing::LambdaHandler under the feature flag aws-lambda, but the Cargo.toml does not define such a feature.
## Motivation and Context
The generated SDK conditionally re-exports `routing::LambdaHandler`
under the feature flag aws-lambda, but the `Cargo.toml` does not define
such a feature.
## Description
Closes: #3643
## Checklist
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
---------
Co-authored-by: Fahad Zubair <[email protected]>
Co-authored-by: david-perez <[email protected]>
The generated SDK conditionally re-exports
routing::LambdaHandler
under the feature flagaws-lambda
, but theCargo.toml
does not define such a feature.server.rs
in the generated SDK has:However,
Cargo.toml
in the generated SDK is currently set to:It should be updated to include:
The text was updated successfully, but these errors were encountered: