Skip to content
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

Compile with target-cpu for more optimizations #149

Merged
merged 1 commit into from
May 19, 2022

Commits on May 18, 2022

  1. Compile with target-cpu for more optimizations

    According to https://github.com/awsdocs/aws-lambda-developer-guide/blob/main/doc_source/foundation-arch.md and https://github.com/awsdocs/aws-lambda-developer-guide/blob/main/doc_source/runtimes-avx2.md we can set these target-cpu settings.
    
    I introduced a small refactoring so it's easier to encapsulate the architecture parsing.
    
    Is cargo-lambda meant to work with both `provided.al2` AND `provided`? I'm not sure what assumptions can be made about `provided`
    simonvandel committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5a33575 View commit details
    Browse the repository at this point in the history