Skip to content

Lambda

Description

description here

Type

this generator produces several circuit panels

Parameters

Name Type Description Allowed Values Default Value
package-type shorttext type of deployment package function, container function
container-packages list list of linux packages to install inside a docker container. only valid for container package type (optional) - -
python-packages list list of python packages to install inside a docker container. only valid for container package type (optional) - -
event-source shorttext type of lambda event source None, S3, SNS, SQS None
parameters list list of parameter port names (optional) - -
timeout int The amount of time (in seconds) that Lambda allows a function to run before stopping it (required) - 3
memory-size int The amount of memory available to the function at runtime (required) - 128

Architecture

diagram of the architecture this generator creates


Lambda


Resources

description of the resources this generator creates

Logic

description of the business logic this generator creates

Inputs

description of resource and data inputs

Outputs

description of resource and data outputs

Usage

description of usage and uses cases here