Using Honeycode APIs with HTTP requests

Hello!

Is there a way to make HTTP requests with the Honeycode APIs? I am trying to use the QueryTable Rows APIs to get a list of the rows that match a criteria.

I found this documentation to do a POST request but I am unsure of the URL to use when making the request: https://docs.aws.amazon.com/honeycode/latest/APIReference/API_QueryTableRows.html

If not, is there another option? It looks like Lambda may be what I am looking for.

Hi @Max thanks for the question! You can call the APIs from anywhere as long as you have set up authentication correctly. I would recommend using the AWS SDK as they take care of authentication for you based on the access keys you provide, and wrap all of the APIs in easy-to-use functions. For example, if you're making the call to QueryTableRows in a python script, you could use the AWS SDK's boto3 python.

You can also follow instructions in Authenticating Requests (AWS Signature Version 4) if, for some reason, you'd like to not use the SDK. The endpoint for Honeycode is https://honeycode.us-west-2.amazonaws.com/ .

Let us know if you have follow-up questions!

Hi @RajeshGoli. Thanks so much for this!

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