当我尝试使用以下方法对服务进行package时:
SLS_DEBUG=* $(npm bin)/serverless package
serverless-framework给了我一个错误:
Error --------------------------------------------------
EISDIR: illegal operation on a directory, read
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variabl
当我尝试在AWS上部署我的服务时。它显示了环境变量中的验证错误。但是我的所有变量的格式都是正确的,因为以前它工作得很好。
An error occurred: AuthenticateUserLambdaFunction - Resource handler returned message: "1 validation error detected: Value at 'environment.variables' failed to satisfy constraint: Map
keys must satisfy constraint: [Member must
我试图使用serverless deploy在lambda上部署代码,结果出错,尝试了多个在线可用的解决方案,但没有工作。
错误-
Serverless: Packaging service...
Serverless Error ---------------------------------------
The specified bucket does not exist
Get Support --------------------------------------------
Docs: docs.serverless.com
今天上午,我的项目的无服务器部署开始失败。我没有更改代码中的任何内容,最后一次成功部署是在大约一周前。
下面是部署日志:
Error --------------------------------------------------
Error: Unknown object type "asyncfunction"
at Object._object (/usr/local/lib/node_modules/serverless/node_modules/object-hash/index.js:218:17)
at Object._func
我试图使用Serverless对包进行简单部署。然而,当我尝试时,我得到了下面的错误,说我指定的桶不存在。
我已经在按服务提供服务的基础上尝试了这一点,似乎我的桶都不存在,但是我正在S3和cloudwatch中查找,而且所有的桶都在那里。
是否有可能让Serverless输出,它试图访问的桶?,我发现这个错误非常没有帮助,
Serverless Error ---------------------------------------
Could not locate deployment bucket. Error: The specified bucket does not ex