-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difficulties using aws-sdk-rust with aws-lambda-rust-runtime #345
Comments
Hi @Franck-Q From the stacktrace:
It failed to execute See the related issue: briansmith/ring#563 (comment) |
Thank you @seanpianka (and sorry, the answer was in the question, I just needed someone to point it out :) ). In case someone has the same issue, running the following command fixed the issue:
Here's my cargo.toml file:
cargo tree relevant parts:
|
Happy to help! Try to update your dependencies with If the issue persists, I would suggest opening a new issue with a more specific title. |
Hello, I'm trying to compile a rust lambda function using the aws-sdk-rust but having issues with it. Here's some info:
rust code:
Cargo.toml:
compilation (all worked before changing the lambda function to add the SDK):
cargo build --release --target x86_64-unknown-linux-musl
rustup target add x86_64-unknown-linux-musl && cargo build --release --target x86_64-unknown-linux-musl
all generate the exact same error message (with different path obviously):
The text was updated successfully, but these errors were encountered: