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