From 9bada766d76b72bc8b391dc847e00ae9cee8c1ac Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Wed, 23 Jan 2019 16:06:19 +0100 Subject: [PATCH] increase timeout --- README.md | 2 +- module.yml | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07dc7bc..b406616 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Resources: The function execution time at which Lambda should terminate the function 3 no - [1-300] + [1-900] TracingConfigMode diff --git a/module.yml b/module.yml index f9d1b0c..302edee 100644 --- a/module.yml +++ b/module.yml @@ -74,7 +74,7 @@ Parameters: Type: Number Default: 3 MinValue: 1 - MaxValue: 300 + MaxValue: 900 TracingConfigMode: Type: String Default: PassThrough @@ -109,7 +109,7 @@ Parameters: Type: String Default: '' ManagedPolicyArns: - Description: 'Comma-delimited list of IAM managed policy ARNs to attach to the task''s IAM role' + Description: 'Optional comma-delimited list of IAM managed policy ARNs to attach to the task''s IAM role' Type: String Default: '' Conditions: @@ -245,7 +245,7 @@ Outputs: ModuleId: Value: 'lambda-function' ModuleVersion: - Value: '1.2.0' + Value: '1.2.1' StackName: Value: !Ref 'AWS::StackName' Arn: diff --git a/package.json b/package.json index 3eb22ea..dee6950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfn-modules/lambda-function", - "version": "1.2.0", + "version": "1.2.1", "description": "AWS Lambda function with automated IAM policy generation, encryption, log group and alerting", "author": "Michael Wittig ", "license": "Apache-2.0",