Skip to content

Commit

Permalink
Update aws_lambda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepSampe authored Sep 3, 2024
1 parent 3495738 commit 64f04a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/compute_config/aws_lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ In summary, you can use one of the following settings:
| aws_lambda | remote_invoker | False | no | Activate the remote invoker feature that uses one cloud function to spawn all the actual `map()` activations |
| aws_lambda | architecture | x86_64 | no | Runtime architecture. One of **x86_64** or **arm64** |
| aws_lambda | ephemeral_storage | 512 | no | Ephemeral storage (`/tmp`) size in MB (must be between 512 MB and 10240 MB) |
| aws_lambda | user_tags | {} | no | List of {name: ..., value: ...} pairs for Lambda instance user tags |
| aws_lambda | env_vars | {} | no | List of {name: ..., value: ...} pairs for Lambda instance environment variables |
| aws_lambda | namespace | | no | Virtual namespace. This can be useful to virtually group Lithops function workers. The functions deployed by lithops will be prefixed by this namespace. For example you can set it to differentiate between `prod`, `dev` and `stage` environments. |
| aws_lambda | runtime_include_function | False | no | If set to true, Lithops will automatically build a new runtime, including the function's code, instead of transferring it through the storage backend at invocation time. This is useful when the function's code size is large (in the order of 10s of MB) and the code does not change frequently |
Expand Down Expand Up @@ -174,4 +175,4 @@ You can view the function executions logs in your local machine using the *litho

```bash
lithops logs poll
```
```

0 comments on commit 64f04a1

Please sign in to comment.