Skip to content

carlnordenfelt/lulo-plugin-lambda-function-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lulo Lambda Function Config

lulo Lambda Function Config allows you to call the UpdateFunctionConfiguration API on an existing Lambda function.

lulo Lambda Function Config is a lulo plugin

Installation

npm install lulo-plugin-lambda-function-config --save

Usage

Properties

  • FunctionName: The name or arn of the lambda function you want to update. Required
  • For configuration options, please see the aws sdk

Note: Deleting this resource has no effect on the Lambda function.

Return Values

None

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
        "lambda:UpdateFunctionConfiguration"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

About

Lulo plugin that allows you to call updateFunctionConfiguration on an existing Lambda function

Resources

License

Stars

Watchers

Forks

Packages

No packages published