# AWS Lambda

- [Common](https://awsnotes.dendron.so/serverless/aws-lambda/common.md)
- [Configuring functions](https://awsnotes.dendron.so/serverless/aws-lambda/common/configuring-functions.md)
- [Access permissions](https://awsnotes.dendron.so/serverless/aws-lambda/common/access-permissions.md)
- [Monitoring functions](https://awsnotes.dendron.so/serverless/aws-lambda/common/monitoring-functions.md)
- [Troubleshooting](https://awsnotes.dendron.so/serverless/aws-lambda/common/troubleshooting.md)
- [Topics](https://awsnotes.dendron.so/serverless/aws-lambda/topics.md)
- [Lambda foundations](https://awsnotes.dendron.so/serverless/aws-lambda/topics/lambda-foundations.md)
- [Lambda runtimes](https://awsnotes.dendron.so/serverless/aws-lambda/topics/lambda-runtimes.md)
- [Deploying functions](https://awsnotes.dendron.so/serverless/aws-lambda/topics/deploying-functions.md)
- [Invoking functions](https://awsnotes.dendron.so/serverless/aws-lambda/topics/invoking-functions.md)
- [Managing functions](https://awsnotes.dendron.so/serverless/aws-lambda/topics/managing-functions.md)
- [Building with Node.js](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-node.js.md)
- [Building with TypeScript](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-typescript.md)
- [Building with Python](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-python.md)
- [Building with Ruby](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-ruby.md)
- [Building with Java](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-java.md)
- [Building with Go](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-go.md)
- [Building with C#](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-c.md)
- [Building with PowerShell](https://awsnotes.dendron.so/serverless/aws-lambda/topics/building-with-powershell.md)
- [Integrating other services](https://awsnotes.dendron.so/serverless/aws-lambda/topics/integrating-other-services.md)
- [Creating container images](https://awsnotes.dendron.so/serverless/aws-lambda/topics/creating-container-images.md)
- [Lambda extensions](https://awsnotes.dendron.so/serverless/aws-lambda/topics/lambda-extensions.md)
- [Lambda applications](https://awsnotes.dendron.so/serverless/aws-lambda/topics/lambda-applications.md)
- [Orchestrating functions](https://awsnotes.dendron.so/serverless/aws-lambda/topics/orchestrating-functions.md)


---

# 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.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.
