Skip to content

Commit 8b7c1a9

Browse files
committed
Updated comments
1 parent a66bd2b commit 8b7c1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awslambdalist-capi/lambdalist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main():
2525
function_name = args[0]
2626
print('Lambda function name: ' + function_name)
2727

28-
# Create an S3 Client
28+
# Create an Lambda Client
2929
lambdaclient = boto3.client('lambda', region_name=REGION)
3030

3131
# List lambda function configuration

0 commit comments

Comments
 (0)