Skip to content

Commit

Permalink
Add additional attributes to WebsocketEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Jun 7, 2021
1 parent e464870 commit c75ab70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chalice/app.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ class CaseInsensitiveMapping(Mapping):


class WebsocketEvent(BaseLambdaEvent):
domain_name = ... # type: str
stage = ... # type: str
connection_id = ... # type: str
body = ... # type: str

Expand Down

0 comments on commit c75ab70

Please sign in to comment.