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 412fe51 commit 2279c4dCopy full SHA for 2279c4d
1 file changed
services/notes/serverless.yml
@@ -1,4 +1,4 @@
1
-service: notes-app-api
+service: notes-api
2
3
# Create an optimized package for our functions
4
package:
@@ -11,7 +11,7 @@ plugins:
11
12
custom:
13
# Our stage is based on what is passed in when running serverless
14
- # commands. Or fallsback to what we have set in the provider section.
+ # commands. Or falls back to what we have set in the provider section.
15
stage: ${opt:stage, self:provider.stage}
16
# Name of the SST app that's deploying our infrastructure
17
sstApp: ${self:custom.stage}-notes-infra
0 commit comments