From c6b4c0e36e5eead4ffac6ee81c36d436ceec38a2 Mon Sep 17 00:00:00 2001 From: takashi-aida Date: Thu, 4 Mar 2021 11:03:54 -0800 Subject: [PATCH] Update the python runtime.yaml --- serverless.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yaml b/serverless.yaml index 6edc37f..b44ce29 100644 --- a/serverless.yaml +++ b/serverless.yaml @@ -10,6 +10,6 @@ functions: python: source: python/handler.py description: "python Lambda compatible" - runtime: https://raw.githubusercontent.com/triggermesh/knative-lambda-runtime/master/python-3.7/runtime.yaml + runtime: https://raw.githubusercontent.com/triggermesh/knative-lambda-runtime/master/python37/runtime.yaml buildargs: - HANDLER=handler.endpoint