Q: 2
A company is building a new application that runs on AWS and uses Amazon API Gateway to expose
APIs Teams of developers are working on separate components of the application in parallel The
company wants to publish an API without an integrated backend so that teams that depend on the
application backend can continue the development work before the API backend development is
complete.
Which solution will meet these requirements?
Options
Discussion
Option A is the way to go. Setting the API Gateway integration type to MOCK lets the API return test responses without any backend, so frontend teams can keep developing. Pretty sure this is exactly what AWS recommends for this use-case. Anyone see a better method?
Its A, MOCK integration is built for this. D is a trap since HTTP_PROXY needs an actual backend.
Be respectful. No spam.