Replies: 2 comments 1 reply
-
Sounds like a good idea to me. So mhart/kinesalite#103 (which appears to have been open for over 5 months) needs to be merged, then localstack needs to upgrade to the latest version of kinesalite (and some minor code changes are required)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just following up here. Localstack now uses kinesis-mock, which has this support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found it would be useful to run all tests agains Loaclstack instead of mocking AWS SDK, KPL, KCL, especially KCL.
However i tried to reproduce stream resharding and found that Localstack doesn't support UpdateShardCount operation, it is not failing, but it does nothing.
I did some search and found following discussions
add UpdateShardCount support for Kinesis localstack/localstack#1229
Added support for UpdateShardCound & DescribeLimits mhart/kinesalite#48
@JohnG84 @barryoneill
Beta Was this translation helpful? Give feedback.
All reactions