Localstack support
This library saved me a lot of time! Thanks. It would be great to have a logback property to specify the endpoint_url in order to send logs to localstack.
Localstack is a tool for running AWS services in a docker container on port 4566. I used apigateway, lambda, dynamodb, and s3 during development and in tests (including GitHub actions). Thus, to use AWS services with localstack you have to send all requests to localhost:4566 instead of the real AWS endpoints.
https://localstack.cloud
Thanks for the feedback @Romez . Can you edit your comment and provide more details? What is localstack?
Hi @j256 ! That would be great to add a configuration parameter for "endpoint-url" as @Romez said to support localstack. Would you welcome a pull request if I contribute for this?
Sure @volkean . Please match my coding style which is ~eclipse default.