AWS Certified Developer Associate DVA-C02 Practice Question
An AWS Lambda function is designed to retrieve data from an external API using the Amazon API Gateway. Upon deploying the changes, users report they are receiving an error when attempting to use the function. The error code received by users suggests that the API Gateway cannot find the specified Lambda function. Which HTTP status code are the users most likely encountering?
500 Internal Server Error
400 Bad Request
404 Not Found
502 Bad Gateway