Serverless

AWS-Lambda

AWS-Lambda Latest Layer Version

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

URL

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

  • region: The region where the layer is published

  • 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 Node.js layer.

  • 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

Last updated