Replies: 1 comment 2 replies
-
No, the compile flags are totally unrelated to the configured memory of the Lambda function. To configure the memory your function gets, use the following parameter: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I create a
.cargo
folder in my project root and place in itconfig.toml
with:Will the lambda execute my Rust program with 10MB of stacksize?
Beta Was this translation helpful? Give feedback.
All reactions