Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samcli/local/apigw/local_apigw_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def _request_handler(self, **kwargs):

LOG.warning(
"Failed to find a Function to invoke a Lambda authorizer, verify that "
"this Function exists locally if it is not a remote resource."
"this Function is defined and exists locally in the template."
)
except Exception as ex:
# re-raise the catch all exception after we track it in our telemetry
Expand Down