From 26e870ac135979bee618fb564c46a563c0d407fa Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Tue, 5 Mar 2019 08:02:54 +0100 Subject: [PATCH] prepare release 2.1 --- README.md | 24 ++++++++++++++++++++++++ module.yml | 8 ++++---- package.json | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4be5b05..e843cc4 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Resources: EnvironmentVariable3: '' # optional ManagedPolicyArns: '' # optional LayerArns: '' # optional + ClientSgModule1: '' # optional + ClientSgModule2: '' # optional + ClientSgModule3: '' # optional TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml' ``` @@ -212,6 +215,27 @@ Resources: no + + ClientSgModule1 + Stack name of client-sg module module to mark traffic from Lambda function (requires VpcModule parameter) + + no + + + + ClientSgModule2 + Stack name of client-sg module module to mark traffic from Lambda function (requires VpcModule parameter) + + no + + + + ClientSgModule3 + Stack name of client-sg module module to mark traffic from Lambda function (requires VpcModule parameter) + + no + + diff --git a/module.yml b/module.yml index e12aa0f..8a2a5b7 100644 --- a/module.yml +++ b/module.yml @@ -117,15 +117,15 @@ Parameters: Type: String Default: '' ClientSgModule1: - Description: 'Optional stack name of client-sg module to mark traffic from the Lambda.' + Description: 'Optional stack name of client-sg module to mark traffic from the Lambda function.' Type: String Default: '' ClientSgModule2: - Description: 'Optional stack name of client-sg module to mark traffic from the Lambda.' + Description: 'Optional stack name of client-sg module to mark traffic from the Lambda function.' Type: String Default: '' ClientSgModule3: - Description: 'Optional stack name of client-sg module to mark traffic from the Lambda.' + Description: 'Optional stack name of client-sg module to mark traffic from the Lambda function.' Type: String Default: '' Conditions: @@ -279,7 +279,7 @@ Outputs: ModuleId: Value: 'lambda-function' ModuleVersion: - Value: '2.0.0' + Value: '2.1.0' StackName: Value: !Ref 'AWS::StackName' Arn: diff --git a/package.json b/package.json index 2d13b8e..a32a397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfn-modules/lambda-function", - "version": "2.0.0", + "version": "2.1.0", "description": "AWS Lambda function with automated IAM policy generation, encryption, log group and alerting", "author": "Michael Wittig ", "license": "Apache-2.0",