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
1
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
0.0.5
to
0.0.6
+3
-3
module.yml

@@ -182,3 +182,3 @@ ---

- 'Fn::ImportValue': !Sub '${AlertingModule}-Arn'
OkActions:
OKActions:
- 'Fn::ImportValue': !Sub '${AlertingModule}-Arn'

@@ -202,3 +202,3 @@ Dimensions:

- 'Fn::ImportValue': !Sub '${AlertingModule}-Arn'
OkActions:
OKActions:
- 'Fn::ImportValue': !Sub '${AlertingModule}-Arn'

@@ -212,3 +212,3 @@ Dimensions:

ModuleVersion:
Value: '0.0.5'
Value: '0.0.6'
StackName:

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

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

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

@@ -27,3 +27,3 @@ # cfn-modules: AWS Lambda function

AlertingModule: !GetAtt 'Alerting.Outputs.StackName' # optional
KmsKeyModule: !GetAtt 'Key.Outputs.StackName' # optional
KmsKeyModule: !GetAtt 'KmsKey.Outputs.StackName' # optional
VpcModule: !GetAtt 'Vpc.Outputs.StackName' # optional

@@ -30,0 +30,0 @@ DeadLetterQueueModule: !GetAtt 'Queue.Outputs.StackName' # optional