mirror of
https://github.com/github/codeql.git
synced 2025-12-30 15:46:34 +01:00
10 lines
274 B
YAML
10 lines
274 B
YAML
AWSTemplateFormatVersion: '2010-09-09'
|
|
Transform: 'AWS::Serverless-2016-10-31'
|
|
Description: An AWS Lambda application.
|
|
Resources:
|
|
function:
|
|
Type: AWS::Serverless::Function
|
|
Properties:
|
|
Handler: index.handler
|
|
Runtime: nodejs12.x
|
|
CodeUri: function/. |