LambdaContainerParams - Amazon IoT Greengrass
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

LambdaContainerParams

Contains information about a container in which Amazon 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 Amazon SDKs, see the following: