@cfn-modules/lambda-function
Advanced tools
+3
-3
@@ -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' |
+1
-1
| { | ||
| "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>", |
+1
-1
@@ -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 |
13700
0.02%