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.
2 parents 1d9fa54 + e5a4f4e commit b10dfcaCopy full SHA for b10dfca
1 file changed
README.md
@@ -168,11 +168,12 @@ Create a `src` folder with one sub-folder for each function. Place your handler
168
Create a `template.yaml` in the project root. For the `CodeUri` use the functions folder (i.e. `src/{folder}`). Example:
169
170
```yaml
171
-MyFunction:
172
- Type: AWS::Serverless::Function
173
- Properties:
174
- CodeUri: src/my-function
175
- Handler: app.handler
+Resources:
+ MyFunction:
+ Type: AWS::Serverless::Function
+ Properties:
+ CodeUri: src/my-function
176
+ Handler: app.handler
177
```
178
179
<h2 align="center">Usage with Babel</h2>
0 commit comments