Amazon web services – How to correct status 400 with event.path with AWS Lambda & API Gateway?
I want to use the AWS Lambda function below that is integrated with API Gateway to call 2 different routes. Please review the code below for that implementation: import axios from 'axios'; export const handler = async (event) => {…