Week 5 Error Atlas- DynamoDB Stream
Create message
TypeError: Cannot set property json of #<Object> which has only a getter (1)
TypeError: CreateMessage.run() missing 2 required positional arguments: 'user_sender_handle' and
'user_receiver_handle'
(1)
After creating new apis that create new message groups
When trying to create a new message group (chat room) by calling the api with a username:
botocore.errorfactory.ResourceNotFoundException: Requested resource not found (1)
TypeError: ddb.list_message_groups() missing 1 required positional argument: 'current_user_uuid'
TypeError: ddb.create_message() missing 1 required positional argument: 'table_name'
botocore.exceptions.ParamValidationError: Parameter validation failed:
Conversation is displayed across different chat rooms
Data is there (on AWS DynamoDB server). It's just NOT displaying on the webpage.
Need to verify...:
Is the app attempting to first "FETCH" the data? → Attempting to talk to the DB at all?
If yes, then where is it breaking so it fails to display it?
If not, then there is no link existing between the processes that make the data travel to the frontend. Where is it?