Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit f6c27d8

Browse files
committed
ensure params is assigned. Fixes #37
1 parent 46941f0 commit f6c27d8

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
194 Bytes
Binary file not shown.
160 Bytes
Binary file not shown.

functions/source/ZipDl/lambda_function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def get_members(zip):
5353

5454
def lambda_handler(event, context):
5555

56+
params = None
5657
logger.info('Event %s', event)
5758
OAUTH_token = event['context']['git-token']
5859
OutputBucket = event['context']['output-bucket']

0 commit comments

Comments
 (0)