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
1.0.0
to
1.1.0
+2
-2
.travis.yml

@@ -6,4 +6,4 @@ ---

install:
- 'pip install yamllint'
- 'pip install cfn-lint'
- 'pip install yamllint==1.8.1'
- 'pip install cfn-lint==0.7.4'
script:

@@ -10,0 +10,0 @@ - 'yamllint module.yml'

@@ -139,3 +139,3 @@ ---

- 'logs:PutLogEvents'
Resource: '*' # would be nice if IAM would support an ARN here!
Resource: !GetAtt 'LogGroup.Arn'
- !If

@@ -243,3 +243,3 @@ - HasDependencyModule1

ModuleVersion:
Value: '1.0.0'
Value: '1.1.0'
StackName:

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

{
"name": "@cfn-modules/lambda-function",
"version": "1.0.0",
"version": "1.1.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>",

@@ -159,3 +159,3 @@ [![Build Status](https://travis-ci.org/cfn-modules/lambda-function.svg?branch=master)](https://travis-ci.org/cfn-modules/lambda-function)

<td>DependencyModule1</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy. Environment variable `DEPENDENCY1_ARN` will contain the ARN of the dependency.</td>
<td></td>

@@ -167,3 +167,3 @@ <td>no</td>

<td>DependencyModule2</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy. Environment variable `DEPENDENCY2_ARN` will contain the ARN of the dependency.</td>
<td></td>

@@ -175,3 +175,3 @@ <td>no</td>

<td>DependencyModule3</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy</td>
<td>Stack name of module implementing LambdaDependency to generate IAM Policy. Environment variable `DEPENDENCY2_ARN` will contain the ARN of the dependency.</td>
<td></td>

@@ -183,3 +183,3 @@ <td>no</td>

<td>EnvironmentVariable1</td>
<td>Optional value of environment variable VARIABLE1</td>
<td>Optional value of environment variable `VARIABLE1`</td>
<td></td>

@@ -191,3 +191,3 @@ <td>no</td>

<td>EnvironmentVariable2</td>
<td>Optional value of environment variable VARIABLE2</td>
<td>Optional value of environment variable `VARIABLE2`</td>
<td></td>

@@ -199,3 +199,3 @@ <td>no</td>

<td>EnvironmentVariable3</td>
<td>Optional value of environment variable VARIABLE3</td>
<td>Optional value of environment variable `VARIABLE3`</td>
<td></td>

@@ -202,0 +202,0 @@ <td>no</td>

@@ -6,3 +6,3 @@ {

"ava": "0.25.0",
"@cfn-modules/test": "0.2.0",
"@cfn-modules/test": "0.3.0",
"@cfn-modules/lambda-function": "file:../"

@@ -9,0 +9,0 @@ },