Skip to content

Commit 5b80d11

Browse files
author
John Tompkins
authored
Make responseEndpoint optional (#123)
1 parent 36b217b commit 5b80d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cloudformation_cli_python_lib/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class HandlerRequest:
8585
awsAccountId: str
8686
bearerToken: str
8787
region: str
88-
responseEndpoint: str
8988
requestData: RequestData
89+
responseEndpoint: Optional[str] = None
9090
stackId: Optional[str] = None
9191
resourceType: Optional[str] = None
9292
resourceTypeVersion: Optional[str] = None

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cloudformation-cli-python-lib",
6-
version="2.1.1",
6+
version="2.1.2",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)