We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5080af commit a30e81bCopy full SHA for a30e81b
lambdas/scoring/handler.py
@@ -3,7 +3,7 @@
3
from decimal import Decimal, getcontext
4
5
def lambda_handler(event, context):
6
- raise Exception()
+ # raise Exception()
7
getcontext().prec = 6
8
9
dynamodb = boto3.resource('dynamodb')
0 commit comments