AWS.Honeycode (aws-elixir v0.7.0) View Source

Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.

Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, resources, and even your team.

Link to this section Summary

Functions

The GetScreenData API allows retrieval of data from a screen in a Honeycode app.

The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.

Link to this section Functions

Link to this function

get_screen_data(client, input, options \\ [])

View Source

The GetScreenData API allows retrieval of data from a screen in a Honeycode app.

The API allows setting local variables in the screen to filter, sort or otherwise affect what will be displayed on the screen.

Link to this function

invoke_screen_automation(client, app_id, screen_automation_id, screen_id, workbook_id, input, options \\ [])

View Source

The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.

The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook.