In level 4, task 7 - Building and Managing APIs with AWS API Gateway,
Getting the error “API Gateway did not trigger Lambda as expected. Response: {“message”:“Missing Authentication Token”}”
Pipeline is successful and the newly updated lambda is also triggering perfectly
but still getting the error, is anything i’m missing here !?
Hi sai-kiran-danda,
Thank you for your detailed feedback, it really helped us identify the main issue. The problem is that you deployed to a custom path, /devop-lambda-function
. The task didn’t mention using a custom path, so we need to use the root path instead. Please see the screenshots below for clarification.
hey @raymond.baoly
Thanks for your suggestion, I’ve cleared the task.