API Gateway
This feature lets you create a serverless API. This API can be used to invoke a Lambda Function created in the 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 the 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 the Pages section to bind this API to the HTML Page and plot some data there. Refer Pages section to make use of API Gateway in HTML Pages.
Last updated