通过Node.js SDK发送命令导致503错误

0

【以下的问题经过翻译处理】 等待 lambda 发送以下内容():

new GetFunctionConfigurationCommand({ FunctionName: name, });

添加记录代码到 SDK 显示:

<html> <head> <title>503 Service Temporarily Unavailable</title> </head> <body> <center><h1>503 Service Temporarily Unavailable</h1></center> </body> </html>

今天早些时候它还正常工作。

profile picture
EXPERT
asked 5 months ago16 views
1 Answer
0

【以下的回答经过翻译处理】 这些函数名是错误的,可能包含无效字符。如果返回400而不是503,状态码可以说明问题。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions