gifted-translator-47233
10/27/2023, 4:49 PMsls wsgi manage --command "migrate -v2" --stage dev
wsgi commands. Details in thread and thank you.gifted-translator-47233
10/27/2023, 4:50 PMpython_awslambda(
name="lambda",
runtime="python3.10",
handler="dir/wsgi.py:application.wsgi.handler",
# pants 2.18 is needed to skip using the complete_platforms <https://pantsbuild.slack.com/archives/C046T6T9U/p1693513364369389?thread_ts=1693503601.858329&cid=C046T6T9U>
# complete_platforms=[":aws-lambda-py310"],
dependencies=[
":src"
]
)
gifted-translator-47233
10/27/2023, 4:51 PMfunctions:
app:
handler: wsgi_function.handler
package:
artifact: lambda.zip
gifted-translator-47233
10/27/2023, 4:51 PM'No functions were found with handler: wsgi_handler.handler'
3 deprecations found: run 'serverless doctor' for more details
curved-television-6568
10/27/2023, 8:17 PMbroad-processor-92400
10/27/2023, 8:35 PM:
in the pants definition; and the handler reference in the serverless file doesn’t match the pants definitiongifted-translator-47233
10/31/2023, 2:47 PMsls wsgi manage --command "migrate -v2" --stage dev