Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete duplicate headers parameter #115

Merged
merged 4 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions actions/apigateway_test_invoke_authorizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ parameters:
cls:
default: apigateway
type: string
headers:
type: string
module_path:
default: boto3
immutable: true
Expand All @@ -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."
description: "[Optional] A key-value map of additional context variables."
4 changes: 1 addition & 3 deletions actions/apigateway_test_invoke_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ parameters:
cls:
default: apigateway
type: string
headers:
type: string
module_path:
default: boto3
immutable: true
Expand Down Expand Up @@ -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."
description: "A key-value map of stage variables to simulate an invocation on a deployed Stage."