Closed maxdulieu closed 4 years ago
I fix this. Amazon.Lambda.AspNetCoreServer package has two entry points:
I had forgotten to add the json configuration to the AWS entry point. Welp, I learned a lot
Hi
Can you share the steps , facing similar issue
I have the most basic implementation of ocelot (the jsonplaceholder.typicode.com example). It gets deployed to a AWS lambda function with the following template
Expected Behavior / New Feature
When hitting the endpoint I should get the todos results
Actual Behavior / Motivation for New Feature
It works locally when running it under http://localhost:5000, but returns 404 once deployed
Steps to Reproduce the Problem
Specifications