mozilla-services / autograph-canary

An AWS lambda for checking Autograph signing is working correctly
0 stars 1 forks source link

Lambda fails when accessing environment #21

Closed mozmark closed 3 years ago

mozmark commented 4 years ago

from @erkolson:

[ERROR] AttributeError: 'LambdaContext' object has no attribute 'get'
Traceback (most recent call last):
  File "/var/task/autograph.py", line 86, in run_tests
    env = lambda_context.get("env")
g-k commented 3 years ago

Closed in favor of #26