@cfn-modules/lambda-function
Advanced tools
+3
-3
@@ -255,3 +255,3 @@ --- | ||
| Threshold: 0 | ||
| TreatMissingData: 'ignore' | ||
| TreatMissingData: notBreaching | ||
| AlarmActions: | ||
@@ -276,3 +276,3 @@ - 'Fn::ImportValue': !Sub '${AlertingModule}-Arn' | ||
| Threshold: 0 | ||
| TreatMissingData: 'ignore' | ||
| TreatMissingData: notBreaching | ||
| AlarmActions: | ||
@@ -289,3 +289,3 @@ - 'Fn::ImportValue': !Sub '${AlertingModule}-Arn' | ||
| ModuleVersion: | ||
| Value: '2.4.0' | ||
| Value: '2.4.1' | ||
| StackName: | ||
@@ -292,0 +292,0 @@ Value: !Ref 'AWS::StackName' |
+1
-1
| { | ||
| "name": "@cfn-modules/lambda-function", | ||
| "version": "2.4.0", | ||
| "version": "2.4.1", | ||
| "description": "AWS Lambda function with automated IAM policy generation, encryption, log group and alerting", | ||
@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>", |
| { | ||
| "private": true, | ||
| "dependencies": { | ||
| "eslint": "6.0.1", | ||
| "ava": "2.2.0", | ||
| "eslint": "6.2.2", | ||
| "ava": "2.3.0", | ||
| "@cfn-modules/test": "0.5.1", | ||
| "@cfn-modules/s3-bucket": "1.4.1", | ||
| "@cfn-modules/s3-bucket": "1.5.0", | ||
| "@cfn-modules/lambda-function": "file:../" | ||
@@ -9,0 +9,0 @@ }, |
38018
0.02%