Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Type

Required

Description

Additional Arguments

FDAWS_LAMBDA_INP_ADD_ENV_VAR_ADDITIONAL_ARG

String

No

Literal key-value pairs.

e.g. --region=us-east-1 --memory-size=512 --timeout=33

Environment Variables

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 the case that Function Name is not given, the name of the Environment Variable File will be considered as function name.

Environment Variables File Path

FDAWS_LAMBDA_ENV_VAR_FILE_PATH

String

No

If the file does not exist at the path given, then the path will be considered relative and operation will search the file in the artifacts directory. If no file is found in the artifacts directory with given path, then it will check for the file in Archive present in the artifacts directory.

KMS Detail

FDAWS_LAMBDA_KMS_KEY_OR_ARN

String

No*

Key Id or Key ARN details.

*For any secured variables, this property is required.

...