addLambdaEnvironmentVariables
AWS Lambda environment variables use to adjust the function's behavior without updating the code. An environment variable is a pair of strings that are stored in a function's version-specific configuration. Lambda runtime makes environment variables available to our code and sets additional environment variables that contain information about the function and invocation request. Using the Environment variables file or Input Argument we can add the function Environment variables. Operation will use the configured AWS cloud account to perform the operation.
Target Properties
Property Name | Property Code | Type | Required | Description |
AWS Cloud Account |
| String | Yes | AWS cloud account Name. |
AWS CLI Path |
| String | No | The path to the directory where AWS CLI is installed. |
Inputs
Input Name | Input Code | Type | Required | Description |
Additional Arguments |
| String | No | Literal key and value pairs. e.g. --region=us-east-1 --memory-size=512 --timeout=33 |
| String | No | Environment Variables in acceptable format |
Project PropertiesÂ
Property Name | Property Code | Type | Required | Description |
Lambda Function Name |
| String | No | In case Function Name is not given, name of the Environment Variable File will be considered as function name. |
| 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 |
| String | No | Key Id or Key ARN details. Key Id or Key ARN both are accepted. For any secured variables this detail is mandatory. |
Artifacts
This operation will consume artifact (in case Environment Variable File provided). Operation will look for the property file in the artifact and use the file to update the Lambda Environment Variables.
Endpoint Selection
This operation will select all available endpoints associated with the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style