@cfn-modules/lambda-function
Advanced tools
| 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 @@ |
+9
-1
@@ -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' |
+1
-1
| { | ||
| "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>", |
156846
0.17%