Replies: 1 comment 1 reply
-
The only thing I would be wary of is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I compiled slightly modified version of this Lambda example - https://docs.aws.amazon.com/sdk-for-rust/latest/dg/lambda.html
with:
$ cross build --release --target x86_64-unknown-linux-musl
and the output file size was ~18MB
When I added the following options to Cargo.toml
file size changed to ~4.5MB
So my questions are - are these options safe to be used or do you recommend better/safer options?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions