Create a table in DynamoDB for saving inference results
Then we'll create a database instance to save the classification result.
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".

PreviousCreate a bucket in S3 for uploading imagesNextCreate a Lambda layer for 3rd party library used in Lambda function
Last updated
Was this helpful?