🔏
Flex83 Documentation
  • Introduction
  • Table of contents
    • Landing Page - My Plan Details
    • Device Management
      • Setup
      • Debug
      • Decorate
      • Transforms
      • Groups
      • Actions
      • Alert Config
      • Rules
      • Reports
      • Device List
      • Map View
      • Alarms & Alerts
      • Events
      • Aggregates
      • Trends
      • Insights
      • Uptime Info
    • Simulation
    • IAM
      • Roles
      • Users
      • User Groups
    • Market
    • Connectors
    • BigData
      • Pipeline
      • UDF
      • Notebooks
      • Schedules
    • Databases
    • Code
      • Lambda
      • Lambda Runtime
      • API Gateway
      • Containers
      • Pages
      • Applications
      • Schedules
    • AI & ML
      • Custom ML
      • Auto ML
      • Models
      • Video Analysis
      • Object Detection
      • Face Detection
    • Edge Handling
      • Edge (Microcontollers)
      • Edge Linux
    • Registry
    • Monitoring
      • Pipeline
      • Models
      • Containers
    • Help
Powered by GitBook
On this page

Was this helpful?

  1. Table of contents
  2. Code

API Gateway

PreviousLambda RuntimeNextContainers

Last updated 3 years ago

Was this helpful?

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.

Code > API Gateway > Add New
Code > API Gateway
Code > API Gateway > Try It Out