> For the complete documentation index, see [llms.txt](https://www.globadge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.globadge.com/badges/serverless.md).

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