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

docs(typing): snippets split, improved, and lint #1465

Merged
merged 4 commits into from
Aug 25, 2022
Merged
Changes from 1 commit
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: 2 additions & 2 deletions docs/utilities/typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This typing utility provides static typing classes that can be used to ease the
## Key features

* Add static typing classes
* Ease the development by providing the IDE type hint
* Ease the development by leveraging your IDE's type hints
* Avoid common typing mistakes in Python

![Utilities Typing](../media/utilities_typing_1.png)
Expand All @@ -34,7 +34,7 @@ The `LambdaContext` typing is typically used in the handler method for the Lambd

## Working with context methods and properties

Using `LambdaContext` typing it is possible to access information and hints of all properties and methods implemented by Lambda context object.
Using `LambdaContext` typing make it possible to access information and hints of all properties and methods implemented by Lambda context object.
leandrodamascena marked this conversation as resolved.
Show resolved Hide resolved

=== "working_with_context_function.py"

Expand Down