ImSiegeLion
ImSiegeLion
### 配置的Initializer函数在本地运行时无法触发,发布到线上后可以触发 配置和日志如下: template.yml ```yml ROSTemplateFormatVersion: '2015-09-01' Transform: 'Aliyun::Serverless-2018-04-03' Resources: Puppeteer-service-screenshot: Type: 'Aliyun::Serverless::Service' Properties: Description: Puppeteer screenshot service Puppeteer-screenshot: Type: 'Aliyun::Serverless::Function' Properties: Initializer: demo.initializer InitializationTimeout: 180 Handler: demo.handler Runtime: nodejs12...
I followed the guid in `readme.md` and I encountered a question that puzzled me. In line 116 of the `readme.md` file reads: `pool/feeAddress` But in line 215 of the `deployment/base.sql`...