From 4e078b21c9814a9829573305e8f1619eb1baa6d2 Mon Sep 17 00:00:00 2001 From: DuaneB-TD Date: Wed, 8 Sep 2021 12:10:00 -0700 Subject: [PATCH 1/4] Deleted duplicate headers parameter --- actions/apigateway_test_invoke_method.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/apigateway_test_invoke_method.yaml b/actions/apigateway_test_invoke_method.yaml index f9fa90fc..7e5f9d02 100644 --- a/actions/apigateway_test_invoke_method.yaml +++ b/actions/apigateway_test_invoke_method.yaml @@ -17,8 +17,6 @@ parameters: cls: default: apigateway type: string - headers: - type: string module_path: default: boto3 immutable: true @@ -49,4 +47,4 @@ parameters: description: "A ClientCertificate identifier to use in the test invocation. API Gateway will use the certificate when making the HTTPS request to the defined back-end endpoint." stageVariables: type: object - description: "A key-value map of stage variables to simulate an invocation on a deployed Stage." \ No newline at end of file + description: "A key-value map of stage variables to simulate an invocation on a deployed Stage." From f1d2583c040e6921eb19cf30999cdd48c46b2fcf Mon Sep 17 00:00:00 2001 From: DuaneB-TD Date: Wed, 8 Sep 2021 12:10:37 -0700 Subject: [PATCH 2/4] Deleted duplicate headers parameter --- actions/apigateway_test_invoke_authorizer.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/apigateway_test_invoke_authorizer.yaml b/actions/apigateway_test_invoke_authorizer.yaml index a211ed37..35cfd5a2 100644 --- a/actions/apigateway_test_invoke_authorizer.yaml +++ b/actions/apigateway_test_invoke_authorizer.yaml @@ -17,8 +17,6 @@ parameters: cls: default: apigateway type: string - headers: - type: string module_path: default: boto3 immutable: true @@ -45,4 +43,4 @@ parameters: description: "A key-value map of stage variables to simulate an invocation on a deployed Stage." additionalContext: type: object - description: "[Optional] A key-value map of additional context variables." \ No newline at end of file + description: "[Optional] A key-value map of additional context variables." From a27a304c846c812805434760ccf72d3b78aa4530 Mon Sep 17 00:00:00 2001 From: DuaneB-TD Date: Mon, 20 Sep 2021 08:27:52 -0700 Subject: [PATCH 3/4] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 04916abc..7a913eca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.1 +- Deleted duplicate `headers` parameter in `actions/apigateway_test_invoke_authorizer.yaml` and + `actions/apigateway_test_invoke_method.yaml` + ## 2.0.0 * Drop Python 2.7 support From 5f86c99332be0b0de874efbbd26f4af099c78005 Mon Sep 17 00:00:00 2001 From: DuaneB-TD Date: Mon, 20 Sep 2021 08:28:20 -0700 Subject: [PATCH 4/4] Update pack.yaml Updated version --- pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.yaml b/pack.yaml index 1ff20ae5..031905a5 100644 --- a/pack.yaml +++ b/pack.yaml @@ -19,7 +19,7 @@ keywords: - SQS - lambda - kinesis -version: 2.0.0 +version: 2.0.1 author : StackStorm, Inc. email : info@stackstorm.com python_versions: