API Gateway

This feature lets you to create a serverless API. This API can be used to invoke a Lambda Function created in Lambda section. To create an API go to Code > API Gateway and click on Add New.

Enter the basic details - Select Module - Create New, Module Name, Module Description, API Description, Controller Path, API Path, HTTP Method and Lambda Function (Created in Lambda Section).

Save the details and navigate to API Gateway List page. Expand to see the API details.

To verify the functionality of this API, click on Try It Out, enter the API Parameter values and click on Execute.

We can use this API Gateway in Pages section to bind this API to the HTML Page and plot some data on there. Refer Pages section to make use of API Gateway in HTML Pages.

Last updated