Skip to content

Commit

Permalink
fix: parameters cant be null
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassebastian committed Aug 21, 2023
1 parent 277f59a commit d8c89f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8c89f0

Please sign in to comment.