Whenever Data Is Submitted We Will Trigger Our Api For That We Will Use Our Api Gateway
Whenever Data Is Submitted We Will Trigger Our Api For That We Will Use Our Api Gateway
API Gateway
our resources are not alive, so for exposing it to web we have to select the Deploy API
until we do that all our changes will not be reflected into web once we do that we have
to select the stage, stages are like snapshot of API
no in stages we can have multiple stages one for production one for dev, etc
Here we cant edit the API , the only thing that we can do is we can check for resource
Model allows you shape of the data in your APIs
We can use this to see if fits our schema and reject it if it doesn’t
Binary support is important if you plan on sending files along with your requests.
To send these files unchanged to the receiving endpoint or to the code which actually handles the
request,
you have to register the file types you want to forward here. And dashboards gives you some
logging about the API, you can see the usage or errors which were thrown, so on a high level, you
can see how your API performs and works.