# Serverless

## AWS-Lambda

### AWS-Lambda Latest Layer Version

Shows the latest version of the specified AWS-Lambda layer.

#### URL&#x20;

`https://api.globadge.com/v1/badgen/aws/lambda/layer/latest-version/`***`{region}`***`/`***`{accountNo}`***`/`***`{layerName}`***

* **`region`:** The region where the layer is published&#x20;
* **`accountNo`:** The AWS account which owns the layer
* **`layerName`**: Name of the ayer

#### Example

The following example shows the URL for the latest version badge of the [Thundra](https://thundra.io) Node.js layer.&#x20;

* **`region`:** `us-east-1`
* **`accountNo`:** `269863060030`
* **`layerName`:** `thundra-lambda-node-layer`

[`https://api.globadge.com/v1/badgen/aws/lambda/layer/latest-version/`***`us-east-1`***`/`***`269863060030`***`/`***`thundra-lambda-node-layer`***](https://api.globadge.com/v1/badgen/aws/lambda/layer/latest-version/us-east-1/269863060030/thundra-lambda-node-layer)

[![Thundra Lambda Node.js Layer](https://api.globadge.com/v1/badgen/aws/lambda/layer/latest-version/us-east-1/269863060030/thundra-lambda-node-layer)](https://apm.docs.thundra.io/node.js/nodejs-integration-options)


---

# 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://www.globadge.com/badges/serverless.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.
