# Lambda runtimes

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/aws-lambda-developer-guide.git)
{% endhint %}

## Runtime modifications

* **Note**\
  Invocations may fail if the wrapper script does not successfully start the runtime process.

## Tutorial – Custom runtime

* **Note**\
  On Windows, some Bash CLI commands that you commonly use with Lambda (such as `zip`) are not supported by the operating system's built-in terminals. To get a Windows-integrated version of Ubuntu and Bash, [install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
* **Note**\
  Runtimes have additional responsibilities, including error handling, and providing context information to the handler. For details, see [Building a custom runtime](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_lambda/runtimes-custom.md#runtimes-custom-build).

## AVX2 vectorization

* **Note**\
  Lambda arm64 uses NEON SIMD architecture and does not support the x86 AVX2 extensions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awsnotes.dendron.so/serverless/aws-lambda/topics/lambda-runtimes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
