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 f24c318 commit b095aaaCopy full SHA for b095aaa
README.md
@@ -180,7 +180,7 @@ Now we can create the function and reference the code from S3:
180
### Parameter description
181
182
* `--function-name`: name of the function.
183
-* `--runtime` Engine used to execute the code, we are using node.js as programming languaje.
+* `--runtime` Engine used to execute the code, we are using node.js as runtime
184
* `--role`: assign a role to the function, it is the previously created role with read/write permissions over S3.
185
* `--handler`: file and exported function that Lambda will execute.
186
* `--code`: reference to the code stored in S3.
0 commit comments