Create a table in DynamoDB for saving inference results

Then we'll create a database instance to save the classification result.

  1. Click "DynamoDB" in "Services" to enter the console of DynamoDB.

2. Click "Create table" (on the right of the web page).

3. Create DynamoDB table with "Table name": "classification_result", and "Primary key": "image_name". Click "Create".

Last updated

Was this helpful?