Question 198:
You are working on an application that saves strings in the DynamoDB table. For strings with a size more than 400KB, you are getting an item size exceeded error. Which of the following is a recommended option to store strings with a larger size using AWS services?
Answer options:
A.Compress large size strings to fit in DynamoDB table. B.Split strings between multiple tables. C.Save string object in S3 with object identifiers inDynamoDB.D.Open a ticket with AWS support to increase Item size to more than 400 KB.