Skip to content

Commit 6d59b71

Browse files
authored
Update fetchEC2VolumeDetailsUsingBoto3
Adding comments
1 parent 9692b35 commit 6d59b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fetchEC2VolumeDetailsUsingBoto3

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ import sys
1010
from botocore.exceptions import ClientError
1111

1212

13+
##########
14+
# 1. Add read-only access to lambda iam role
15+
# 2. Add S3 access to the lambda iam role (for upload access)
16+
# 3. use Lambda Python3.8 base
17+
##########
1318

1419

1520
### ENABLE The profilename below, while testing from local. Disable this and session line in 63, enable line 64 session before pushing to Lambda#######

0 commit comments

Comments
 (0)