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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
How can we mention the ShardId if the kinesis stream is created and records are put in the stream by another lambda function.
In GetShardIterator ShardId: putOutput.ShardId
with ShardId: aws.String("shardId-000000000000")
Using this, I do not get any records. Any idea how to fetch the records?
Also what about multiple shards in the same stream?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can we mention the ShardId if the kinesis stream is created and records are put in the stream by another lambda function.
ShardId: putOutput.ShardId
with
ShardId: aws.String("shardId-000000000000")
Using this, I do not get any records. Any idea how to fetch the records?
Also what about multiple shards in the same stream?
The text was updated successfully, but these errors were encountered: