You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm exploring EntToEndTests. It passes OK. It has a part "verifyOrderHistoryUpdated(int orderId, int consumerId)" - it seems it passes OK as well.
Questions:
How it works without AWS account? DynamoDB is AWS service. As of my experience with AWS, you need to create account to use AWS services...
How could one check updates in DynamoDB? F.e. I can see updates in MySQL schemas of main services in IntelliJ IDEA using MySQL Datasource in "Database"-tab. How should one configure DynamoDB connection, what should be connection properties (user, password, schema?) and what tool is appropriate to see DB changes?