Reactjs – How to get Lambda's response from React Axios
I have the app setup like below and I want to get the Lambda's response through API to show the item list in web. User <-> API Gateway <-> Lambda <-> DynamoDB Below is the example of code I'm using.…