This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
SDK error is returned to user if calling function failed #344
Closed
Description
This is a Bug Report
- What went wrong?
When function call failed aws sdk error message is returned to user e.g.
Function call failed. Error: "ResourceNotFoundException: Function not found: arn:aws:lambda:us-east-1:xxx:function:xxxhttp\n\tstatus code: 404, request id: 7c82c526-bd8e-11e7-a7c4-a9a30353b221"
It includes sensible information like account number or function names.