serverless.yaml 358 B

12345678910111213141516171819
  1. component: scf
  2. name: database
  3. inputs:
  4. handler: index.main
  5. description: Nodejs 语言 空白 helloworld 模板
  6. runtime: Nodejs18.15
  7. memorySize: 256
  8. installDependency: true
  9. timeout: 3
  10. vpcConfig:
  11. vpcId: ""
  12. subnetId: ""
  13. events: []
  14. layers: []
  15. initTimeout: 65
  16. protocolParams: null
  17. protocolType: ""
  18. eip: false
  19. publicAccess: true