lulo Lambda Function Config allows you to call the UpdateFunctionConfiguration API on an existing Lambda function.
npm install lulo-plugin-lambda-function-configlulo Lambda Function Config allows you to call the UpdateFunctionConfiguration API on an existing Lambda function.
lulo Lambda Function Config is a lulo plugin
npm install lulo-plugin-lambda-function-config --save
`Usage
$3
* FunctionName: The name or arn of the lambda function you want to update. Required
* For configuration options, please see the aws sdkNote:
Deleting this resource has no effect on the Lambda function.
$3
None$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"lambda:UpdateFunctionConfiguration"
],
"Resource": "*"
}
``