Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 05a133c

Browse files
author
Lu Hong
committed
Fix typo in handlers.py
1 parent deb777f commit 05a133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
LOGGER = log_helper.getLogger(__name__)
77

88

9-
def handle_requeset(request, context):
9+
def handle_request(request, context):
1010
"""Publish to Serverless Apps Repo.
1111
1212
CodePipeline invokes the lambda to publish an application

0 commit comments

Comments
 (0)