mirror of
https://github.com/github/codeql.git
synced 2025-12-30 07:36:34 +01:00
18 lines
466 B
YAML
18 lines
466 B
YAML
Transform: 'Aliyun::Serverless-2018-04-03'
|
|
Resources:
|
|
fc-mongo:
|
|
Type: 'Aliyun::Serverless::Service'
|
|
Properties:
|
|
Description: MyServiceThing
|
|
nodejs:
|
|
Type: 'Aliyun::Serverless::Function'
|
|
Properties:
|
|
Handler: index.handler
|
|
Runtime: nodejs10
|
|
CodeUri: nodejs/
|
|
python:
|
|
Type: 'Aliyun::Serverless::Function'
|
|
Properties:
|
|
Handler: 'index.handler'
|
|
Runtime: python3
|
|
CodeUri: python/ |