I set up a the most basic aws lambda slash command handler. When I use try to use the slash command within slack. Slack responds with a error Darn - that slash command didn't work (error message: '400_client_error'). Manage the command at [name of my slash command]
. After this I look into cloudwatch logs to see what error occurred and there is no trace of slack command.
I tried to hit the same endpoint with postman, and everything worked perfect (I even saw the logs in cloudwatch).