AWS Lambda · Arazzo Workflow
AWS Lambda Find a Compatible Layer Version to Attach
Version 1.0.0
Filter the account's layers by runtime and architecture, list the versions of a chosen layer, and resolve one to the exact ARN a function needs.
Provider
Workflows
layer-discovery
Resolve a compatible layer to a specific version ARN a function can reference.
Lists layers compatible with a runtime and architecture, enumerates the versions of a named layer, and resolves a specific version to its ARN and content metadata.
1
findCompatibleLayers
listLayers
List the account's layers narrowed to those compatible with the target runtime and architecture, showing the latest version of each. Filtering here rather than after the fact avoids surfacing layers the function could never load.
2
listVersionsOfLayer
listLayerVersions
List the versions of the chosen layer. Deleted versions are not returned, so anything listed here can still be attached to a function.
3
resolveVersionArn
getLayerVersion
Read the specific layer version to obtain the LayerVersionArn a function's configuration must reference, along with the code size and licence terms worth reviewing before depending on it.