What is the best way to interface with DynamoDB in WordPress?

I’d like to setup a WordPress site but be able to query and display results from a DynamoDB table within a WordPress page. I haven’t started the development yet and wanted to see if anyone had advice on the best way to approach?

Custom WordPress plugin?
Specific library to leverage to interface with DynamoDb?

Read More

Appreciate any help/direction.

Related posts

Leave a Reply

1 comment

  1. I worked with a contractor on this and created a plugin for WordPress that seems to work well for displaying info from DynamoDB. I need to work on it more to get filtering working properly, but wanted to wrap this up as it definitely seems like the best approach.

    I have a prototype of a WordPress plugin that I’m open sourcing so that others can benefit from it. You can get the code here: https://github.com/coreygans/dynamodb-wordpress

    It definitely isn’t best practices, but it is functional. Hope this helps someone else.