...
Input Name | Input Code | Type | Required | Description |
Additional Arguments | FDAWS_LAMBDA_INP_ADD_ENV_VAR_ADDITIONAL_ARG | String | No | Literal key and value pairs. e.g. --region=us-east-1 --memory-size=512 --timeout=33 |
FDAWS_LAMBDA_INP_ENV_VAR | String | No | Environment Variables in acceptable format |
...
Property Name | Property Code | Type | Required | Description |
Lambda Function Name | FDAWS_LAMBDA_FUNCTION_NAME | String | No | In case Function Name is not given, name of the Environment Variable File will be considered as function name. |
FDAWS_LAMBDA_ENV_VAR_FILE_PATH | String | No | If the file path is given, then check if file exists on the given path, if the file not exists then consider the path as relative path and operation will search the file in the $FD_ARTIFACT_DIR. If no file is found in the Artifact directory with given path then check file in Archive present in the Artifact directory. | |
KMS Detail | FDAWS_LAMBDA_KMS_KEY_OR_ARN | String | No | Key Id or Key ARN details. Key Id or Key ARN both are accepted. For any secured variables this detail is mandatory. |
...