From d8c89f0c63efda375319a798cf9c82335f362cce Mon Sep 17 00:00:00 2001 From: Elias Date: Mon, 21 Aug 2023 22:38:52 +0100 Subject: [PATCH] fix: parameters cant be null --- template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.yaml b/template.yaml index d49379e..6460e29 100644 --- a/template.yaml +++ b/template.yaml @@ -12,9 +12,11 @@ Parameters: TursoDbUrl: Description: "Required. Turso DB URL" Type: "String" + Default: "None" TursoDbAuthToken: Description: "Required. Turso DB Authentication Token" Type: "String" + Default: "None" # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: