We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509b37b commit 856c6c3Copy full SHA for 856c6c3
tests/functional/test_utilities_typing.py
@@ -0,0 +1,6 @@
1
+from aws_lambda_powertools.utilities.typing import LambdaContext
2
+
3
4
+def test_typing():
5
+ context = LambdaContext()
6
+ assert context.get_remaining_time_in_millis() == 0
0 commit comments