File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 3.9 is currently the minimum python version with a lambda runtime
22# 3.14 is not supported by the AWS `sam` CLI at the moment
3- @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
3+ @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
44Feature : Handled exceptions in AWS Lambda
55
66Scenario : Handled exceptions are delivered in an AWS Lambda app
Original file line number Diff line number Diff line change 1- @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
1+ @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
22Feature : Sessions in AWS Lambda
33
44Scenario : Manually started sessions are delivered in an AWS Lambda app when auto_capture_sessions is True
Original file line number Diff line number Diff line change 1- @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
1+ @not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
22Feature : Unhandled exceptions in AWS Lambda
33
44Scenario : Unhandled exceptions are delivered in an AWS Lambda app
You can’t perform that action at this time.
0 commit comments