Inputs
Configuration parameters for the lambda-function module (v0.1.0).
Required
function_name
Required
The name of the Lambda function
Example:
function_name = my-resourceruntime
Required
Lambda runtime identifier
Example:
runtime = python3.9handler
Required
Function entrypoint in your code
Example:
handler = example-valuesource_path
Required
Path to the function source code
Example:
source_path = /path/to/resourceOptional
Amount of memory in MB allocated to the function
Example:
memory_size = 128Maximum execution time in seconds
Example:
timeout = 30Reserved concurrency limit for the function. Use -1 for no limit, 0 to disable.
Example:
reserved_concurrent_executions = -1Environment variables passed to the function
Example:
environment_variables = {}VPC configuration for private network access