Export button to trigger lambda function via API

Hi I managed to replicate the integration of HoneyCode to Quicksight thanks to @Alyssa and this https://github.com/aws-samples/amazon-honeycode-table-api-integration-sample . But I was thinking if it's possible or there's a way to trigger the lambda function within the honeycode like a button. But as far as I know there's no way to directly communicate with honeycode to lambda?

Per checking Zappier and Appflow only offers External application to Honeycode.

Hi All,

leaving this as reference. You can create a button in honeycode app which have a webhook automation

. In the webhook url, copy and paste the API endpoint of your trigger in your lambda function (API gateway) . It will be able to act as a export button and trigger the lambda function of this https://github.com/aws-samples/amazon-honeycode-table-api-integration-sample

Hi @John-ce1c, you're spot on! Webhooks are the way to go here. A button with a webhook can be a very powerful thing! :slight_smile:

Let us know if anything else comes up.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.