Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lambda-layerversion.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Lambda::LayerVersion. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lambda.git

Properties

Content object required
3 nested properties
S3Bucket string | Aws_CF_FunctionString required

The Amazon S3 bucket of the layer archive.

S3Key string | Aws_CF_FunctionString required

The Amazon S3 key of the layer archive.

S3ObjectVersion string | Aws_CF_FunctionString

For versioned objects, the version of the layer archive object to use.

CompatibleRuntimes string[]

A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions.

LicenseInfo string | Aws_CF_FunctionString

The layer's software license.

Description string | Aws_CF_FunctionString

The description of the version.

LayerName string | Aws_CF_FunctionString

The name or Amazon Resource Name (ARN) of the layer.

CompatibleArchitectures string[]

A list of compatible instruction set architectures.

Definitions

Content object
S3Bucket string | Aws_CF_FunctionString required

The Amazon S3 bucket of the layer archive.

S3Key string | Aws_CF_FunctionString required

The Amazon S3 key of the layer archive.

S3ObjectVersion string | Aws_CF_FunctionString

For versioned objects, the version of the layer archive object to use.