Skip to content

Instantly share code, notes, and snippets.

@jayhuang75
Last active September 21, 2022 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayhuang75/5f4f82a9894b3b4a5a1d73934f8ea945 to your computer and use it in GitHub Desktop.
Save jayhuang75/5f4f82a9894b3b4a5a1d73934f8ea945 to your computer and use it in GitHub Desktop.
rust_serverless_trading_view_build
# build
cargo build --release --target=x86_64-unknown-linux-musl
# move to the bootstrap name
cp target/x86_64-unknown-linux-musl/release/rstvb bootstrap
# zip as lambda.zip
zip lambda.zip bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment