mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
add a RemoteFlowSource for serverless handlers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
AWSTemplateFormatVersion: '2010-09-09'
|
||||
Transform: 'AWS::Serverless-2016-10-31'
|
||||
Description: A AWS Lambda function.
|
||||
|
||||
Resources:
|
||||
helloworld:
|
||||
Type: 'AWS::Serverless::Function'
|
||||
Properties:
|
||||
Handler: app.handler
|
||||
Runtime: nodejs6.10
|
||||
CodeUri: ./
|
||||
Description: A AWS Lambda function.
|
||||
Reference in New Issue
Block a user