简体   繁体   中英

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?

Appreciate any help/direction.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM