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

local variable 'params' referenced before assignment #37

@davidobrien1985

Description

@davidobrien1985

Deployed this stack for use with Bitbucket cloud.

2 things:

  • the bitbucket cloud IPs have changed, which wasn't a big deal
  • the ZipDlLambda throws this error when it runs:
local variable 'params' referenced before assignment: UnboundLocalError
Traceback (most recent call last):
File "/var/task/lambda_function.py", line 126, in lambda_handler
r = requests.get(archive_url, verify=verify, headers=headers, params=params)
UnboundLocalError: local variable 'params' referenced before assignment

Which makes this quickstart unusable as it is.

Can this please be fixed.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions