We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7898e commit e2b12bbCopy full SHA for e2b12bb
serverless.yml
@@ -74,8 +74,8 @@ resources:
74
- ${file(./infrastructure/web/Bucket.${self:custom.devExperience}.yml), ''}
75
76
# Roles
77
- - ${file(./functions/add-todo/Role.yml)}
78
- - ${file(./functions/get-todo/Role.yml)}
+ - ${file(./functions/add-todo/role.yml)}
+ - ${file(./functions/get-todo/role.yml)}
79
80
# Outputs required by the frontend
81
- Outputs:
0 commit comments