Closed JavaTec closed 4 years ago
Same here +1
Thanks for reporting @JavaTec @MukundhanSampath .
When we try to hit the default url fot Kinesis, http://localhost:4568, we get the following error:
Note that this error does not necessarily mean that Kinesis is not running. It looks like you're trying to run an HTTP request with empty request body, which is not a valid Kinesis API request. It should indeed work if you use the "awslocal kinesis ..."
command line, or a proper Kinesis AWS SDK. In any case - the handling of empty request bodies has been fixed in #1817 to avoid confusion. Thanks
We're running Docker on Windows 10. We have a simple java springboot application, which should interact with aws kinesis and s3. For local testing, we want to pull the localstack docker latest image and install and run. But the startup for Kinesis throws error whereas S3 works fine. Below are the details:
When we try to hit the default url fot Kinesis, http://localhost:4568, we get the following error: (please note that default url for S3 responds as expected):