Versions Compared

Key

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

...

Property Name

Property Code

Type

Required

Description

AWS Cloud Account

FDAWS_ACCOUNT_CODE

String

Yes

AWS cloud account Name.

AWS CLI Path

FDAWS_CLI_PATH

String

No

The path to the directory where AWS CLI is installed.

AWS Region

FDAWS_REGION

String

No

The default region found on the top right corner of the AWS management console. e.g.us-east-1

Inputs

...

Input Name

...

Input Code

...

Type

...

Required

...

Description

...

Environment Variables

...

FDAWS_LAMBDA_INP_ENV_VAR

...

String

...

No

...

Environment Variables in acceptable format.

...

Publish new version

...

FDAWS_LAMBDA_INP_PUBLISH_VERSION

...

Boolean

...

No

...

Select to publish a new version. Default value is false.

...

Additional Arguments

...

FDAWS_LAMBDA_INP_ADDITIONAL_ARG

...

String

...

No

...

Literal key and value pairs, in the AWS CLI format.

e.g. --region=us-east-1

Project Properties 

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 code archive file will be considered as Function Name.

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.

Code archive File Name

FDAWS_LAMBDA_ARTIFACT_FILE_PATH

String

No

Check if file exists on the given path, if file not exists then consider the path as relative path and operation will search the file in the $FD_ARTIFACT_DIR. If no file found using given path then check file in the entire Artifact directory.

Environment Variables File Path

FDAWS_LAMBDA_ENV_VAR_FILE_PATH

String

No

If the file path is given, then check if file exists on the given path, if file not exists then consider the path as relative path and operation will search the file in the $FD_ARTIFACT_DIR. If no file found in the artifact directory with given path then check file in Archive present in Artifact directory.

Inputs

Input Name

Input Code

Type

Required

Description

Environment Variables

FDAWS_LAMBDA_INP_ENV_VAR

String

No

Environment Variables in acceptable format.

Publish new version

FDAWS_LAMBDA_INP_PUBLISH_VERSION

Boolean

No

Select to publish a new version. Default value is false.

Additional Arguments

FDAWS_LAMBDA_INP_ADDITIONAL_ARG

String

No

Literal key and value pairs, in the AWS CLI format.

e.g. --region=us-east-1

Outputs

Output Name

Output Code

Optional

Description

 Response Message

FDAWS_LAMBDA_OUT_UPDATE_CODE_RESP_MSG

No

Response message of the update Function Code API.

Function Version Number

FDAWS_LAMBDA_OUT_UPDATE_CODE_PUBLISHED_VER

No

Version number of newly published version.

...