【发布时间】:2022-09-02 00:33:39
【问题描述】:
我的 yml 文件看起来像这样
org: saadakramdsg
app: timesss
service: Timezone
frameworkVersion: '3'
provider:
name: aws
runtime: python3.8
functions:
hello:
handler: handler.hello
events:
- httpApi:
path: /
method: get
plugins:
- serverless-python-requirements
我无法理解这个错误的原因。我在互联网上搜索过这个,但我找不到任何有用的信息。请指导我。
【问题讨论】:
标签: amazon-web-services aws-lambda aws-api-gateway serverless serverless-framework