Jpom/docs/fun-releases/template.yml
2019-09-21 22:51:31 +08:00

24 lines
680 B
YAML

# https://github.com/alibaba/funcraft/blob/master/docs/specs/2018-04-03-zh-cn.md
ROSTemplateFormatVersion: '2015-09-01'
Transform: 'Aliyun::Serverless-2018-04-03'
Resources:
jpom:
Type: 'Aliyun::Serverless::Service'
Properties:
Description: 'jpom'
jpom-releases:
Type: 'Aliyun::Serverless::Function'
Properties:
Handler: index.handler
Runtime: python3
CodeUri: './'
Description: 'Jpom 安装url处理'
MemorySize: 320
Timeout: 5
InitializationTimeout: 5
Events:
install-api:
Type: HTTP
Properties:
AuthType: ANONYMOUS
Methods: ['GET']