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
I wish that when running the sam local start-lambda server, I could hit my lambda functions by calling the invoke API with a function ARN instead of explicitly requiring a function name.
Proposal
Rather than explicitly requiring the lambda runner to take in the function name, it should take in either a function name or ARN, and normalize it somewhere around here
Things to consider:
Will this require any updates to the SAM Spec - No