mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
16 lines
246 B
YAML
16 lines
246 B
YAML
service: aws-node-express-api
|
|
|
|
frameworkVersion: '2'
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: nodejs12.x
|
|
lambdaHashingVersion: '20201221'
|
|
|
|
functions:
|
|
api:
|
|
handler: handler.handler
|
|
events:
|
|
- http:
|
|
path: /
|
|
method: ANY |