Skip to content

Commit b095aaa

Browse files
authored
Fix a big typo
1 parent f24c318 commit b095aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Now we can create the function and reference the code from S3:
180180
### Parameter description
181181

182182
* `--function-name`: name of the function.
183-
* `--runtime` Engine used to execute the code, we are using node.js as programming languaje.
183+
* `--runtime` Engine used to execute the code, we are using node.js as runtime
184184
* `--role`: assign a role to the function, it is the previously created role with read/write permissions over S3.
185185
* `--handler`: file and exported function that Lambda will execute.
186186
* `--code`: reference to the code stored in S3.

0 commit comments

Comments
 (0)