Update Kinesis Mock to 0.3.0#7346
Merged
thrau merged 4 commits intolocalstack:masterfrom Dec 17, 2022
Merged
Conversation
thrau
requested changes
Dec 16, 2022
Member
thrau
left a comment
There was a problem hiding this comment.
Thanks Eric @etspaceman! Great to see another kinesis-mock release :-)
Just one minor change necessary for the merge.
localstack/config.py
Outdated
|
|
||
| # limit in which to kinesis-mock will start throwing exceptions | ||
| KINESIS_ON_DEMAND_STREAM_COUNT_LIMIT = os.environ.get( | ||
| "KINESIS_ON_DEMAND_STREAM_COUNT_LIMIT", "" |
Member
There was a problem hiding this comment.
for the CLI to pass through the env var correctly to the container, it needs to be whitelisted in the CONFIG_ENV_VARS further down in config.py
fe6c553 to
00ab949
Compare
HarshCasper
pushed a commit
to localstack/docs
that referenced
this pull request
Dec 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See https://github.com/etspaceman/kinesis-mock/releases/tag/0.3.0
This adds the UpdateStreamMode API, as well as updates to a few other request/response bodies with information from the stream mode.
Also see https://docs.aws.amazon.com/kinesis/latest/APIReference/API_UpdateStreamMode.html