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

@cfn-modules/lambda-function

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/lambda-function - npm Package Compare versions

Comparing version
2.7.0
to
2.8.0
+2
-2
.github/workflows/ci.yml
name: CI
on: push
on: [push, pull_request]

@@ -24,3 +24,3 @@ jobs:

run: |
pip install cfn-lint==0.34.0
pip install cfn-lint==0.40.0
cfn-lint -i W3002 -t module.yml && cfn-lint -t test/*.yml

@@ -27,0 +27,0 @@

@@ -271,2 +271,10 @@ ---

Layers: !If [HasLayerArns, !Split [',', !Ref LayerArns], !Ref 'AWS::NoValue']
EventInvokeConfig:
Condition: HasDeadLetterQueueModule
Type: 'AWS::Lambda::EventInvokeConfig'
Properties:
FunctionName: !Ref Function
MaximumEventAgeInSeconds: 60
MaximumRetryAttempts: 2
Qualifier: '$LATEST'
ErrorsTooHighAlarm:

@@ -316,3 +324,3 @@ Condition: HasAlertingModule

ModuleVersion:
Value: '2.7.0'
Value: '2.8.0'
StackName:

@@ -319,0 +327,0 @@ Value: !Ref 'AWS::StackName'

{
"name": "@cfn-modules/lambda-function",
"version": "2.7.0",
"version": "2.8.0",
"description": "AWS Lambda function with automated IAM policy generation, encryption, log group and alerting",

@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>",