getLayerVersion

Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.

Samples

// The following example returns information for version 1 of a layer named my layer.
val resp = lambdaClient.getLayerVersion {
    layerName = "my-layer"
    versionNumber = 1
}