LambdaContainerParams - AWS IoT Greengrass

LambdaContainerParams

Contains information about a container in which AWS Lambda functions run on Greengrass core devices.

Contents

devices

The list of system devices that the container can access.

Type: Array of LambdaDeviceMount objects

Required: No

memorySizeInKB

The memory size of the container, expressed in kilobytes.

Default: 16384 (16 MB)

Type: Integer

Required: No

mountROSysfs

Whether or not the container can read information from the device's /sys folder.

Default: false

Type: Boolean

Required: No

volumes

The list of volumes that the container can access.

Type: Array of LambdaVolumeMount objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: