New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lulo-plugin-lambda-function-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lulo-plugin-lambda-function-config

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

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

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

Keywords

AWS

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts