Skip to content

sca-organization/dynamodb-poc

Repository files navigation

Run DynamoDB Locally

Testing the API

  • There are three types of entities available: Network, Station and Show and you can query them by the following route structure:

    • /api/v2/admin/{entitytype}/{masterid?} - this will either retrieve the entire table or just the single item with the id
    • /api/v2/admin/{entitytype}/save/ - this will create a random entity and insert it into the table
    • /api/v2/search/tags?tags={tagword1}&tags={tagword2}... - this will search on the tags property of the Network table
  • Use the above routes to create several dummy content into the tables and then query them out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages