The AUTHORIZER env variable is used in lambda-proxy integrations but not in lambda integrations.
It's not implemented for it, and should be added in: /src/events/http/lambda-events/VelocityContext.js
@dnalborczyk You guys are still accepting PRs for v5 and v6, right?
thanks @jormaechea !
You guys are still accepting PRs for v5 and v6, right?
yeah, absolutely!
_update_: just as a note, the env handling has slightly changed in v6, depending on in which mode you run: in-process, worker-thread or child-process. but don't worry about it for the PR.
@dnalborczyk Great! Both PRs are ready.. I had them almost ready, I've been fighting with authorizers all day :rofl:
@jormaechea thank you again! I pulled in the PR for v5, looking over the v6 PR later today!