Can Honeycode's API commands be used from within a Lambda?

If I upgrade to the Plus/Pro plans, can Honeycode's API commands (GetScreenData & InvokeScreenAutomation) be used from within an AWS Lambda? Thank you in advance.

Hi @Joel-f1e9 thanks for the question! Yes you can call GetScreenData or InvokeScreenAutomation from within an AWS Lambda. As an example, if you use, say Node.js AWS SDK within an Lambda, these endpoints will be supported in the AWS.Honeycode module.

Thank you; I'm trying it now...