Return Error Code and Status from Lambda to API Gateway

前端 未结 0 919
你的背包
你的背包 2020-12-07 04:40

I created a lambda function that returns the following:

except Exception as e:

    excecption_dict = {
        \'errorStatusCode\':400,
        \'ID\': json.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题