I have created some lambda functions which worked fine locally however when I have uploaded them my app is not working.
When going directly to my api call from the url I am being served my 404 page.
Is this due to my _redirect file which I created to allow for react router to work?
/* /index.html 200
If this is the case what should it be changed to?