-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
add small fixes/improvements to Firehose.CreateDeliveryStream #12656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 6m 56s ⏱️ - 1h 37m 2s Results for commit ca8214f. ± Comparison against base commit f6ddc00. This pull request removes 3941 tests.
♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers597 tests 419 ✅ 14m 56s ⏱️ Results for commit ca8214f. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 24m 4s ⏱️ Results for commit ca8214f. |
Motivation
This PR adds small fixes for issues reported by @kostas-localstack internally.
1.- The operation allows the user to attempt to create a second DeliveryStream with a name already in use.
2.- The
DirectPut
is the default value forDeliveryStreamType
when is not defined.3.- When creating a DeliveryStream with Kinesis as destination and it fails. The resource is still created.
Changes
DirectPut
as default value.