Aaron Silverman
Aaron Silverman
I hit a use case where I needed to refresh `req.user` with new information without logging in and out. Somebody on Stack Overflow pointed me to calling `req.login()` with the...
Seems like max file entry length of 4096 is hard coded. For large zip files we get errors like: ``` File entry unexpectedly large: 36366 (max: 4096) ```
This PR adds a new option, `--no-handler-update` which omits updating the handler on Lambda. The use case that prompted this PR is we deploy using Claudia, but have a Datadog...
Why would one find if there is no callback? Throw an error to help catch this if this is the case!