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
Retrieve a log message directly from a Kinesis stream using the Kinesis Client library.
Writing a method that retrieves a batch of messages from the Kinesis stream would probably be good. The method can return a list of software.amazon.awssdk.services.kinesis.model.Record objects.
Records can be obtained directly from a Kinesis stream using GetRecords.
Retrieve a log message directly from a Kinesis stream using the Kinesis Client library.
Writing a method that retrieves a batch of messages from the Kinesis stream would probably be good. The method can return a list of
software.amazon.awssdk.services.kinesis.model.Record
objects.1 of 3 HealthCheck issues
The text was updated successfully, but these errors were encountered: