Skip to content

ApiGatewayLambda

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) - -
protocol-type shorttext the api protocol. must macth with protocol type defined in connected ApiGatewayApi component http, websocket http
create-new-lambda bool create new empty lambda function - true
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
unprotected-routes list list of unprotected routes (optional) - -
protected-routes list list of protected routes (optional) - -

Architecture

diagram of the architecture this generator creates


ApiGatewayLambda


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