Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit b46d7c9

Browse files
hotfix
1 parent 043f0c0 commit b46d7c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/lambda_sqs/serverless.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ provider:
3333

3434
functions:
3535
app:
36-
# handler: ${env:LAMBDA_HANDLER}
37-
handler: wsgi.handler
36+
handler: ${env:LAMBDA_HANDLER} # app.index
3837
name: ${env:APP_NAME}-${env:ENVIRONMENT_NAME}
3938
runtime: ${env:LAMBDA_RUNTIME}
4039
memorySize: ${env:LAMBDA_MEMORY_SIZE}

0 commit comments

Comments
 (0)