Update javascript/ql/src/semmle/javascript/frameworks/ServerLess.qll

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-10-09 14:46:31 +02:00
committed by GitHub
parent 3b328baaef
commit f6f8bbd1d8

View File

@@ -78,7 +78,7 @@ private module ServerLess {
* Gets a function that is a serverless request handler.
*
* For example: if an AWS serverless resource contains the following properties (in the "template.yml" file):
* ```
* ```yaml
* Handler: mylibrary.handler
* Runtime: nodejs12.x
* CodeUri: backend/src/