API Service
Packhouse API Service
在開始前必須了解...
Install
安裝CLI工具集
npm install serverless packhouse-cli mocha -g建立服務檔案
packhouse generate-api-serviceprovider:
name: aws
runtime: nodejs12.x
### 這裡
role: YOUR-IAM-ROLE
###
stage: v1
region: us-east-1
timeout: 30
memorySize: 256初始化及部署服務
Architecture


Invoke


AWS Exception
Last updated