Skip to content

Commit ed418dc

Browse files
committed
import botocore to allow exception handling in AWS python lib
1 parent 06c6d7c commit ed418dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda_function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import numpy as np
44
import os
55
import boto3
6+
import botocore
67

78
#print os.environ
89

0 commit comments

Comments
 (0)