You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current documentation doesn't fully explain how Lambda resolves handler paths when they don't exactly match the file structure.
Missing Documentation: Lambda appears to have fallback logic in handler resolution that isn't documented. When a handler is configured as lib/handler.run but the file exists at /var/task/handler.js, Lambda successfully finds and executes the handler despite the path mismatch.