Skip to content
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

Localstack support #48

Open
Romez opened this issue Apr 14, 2022 · 3 comments
Open

Localstack support #48

Romez opened this issue Apr 14, 2022 · 3 comments

Comments

@Romez
Copy link

Romez commented Apr 14, 2022

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

@j256
Copy link
Owner

j256 commented Apr 15, 2022

Thanks for the feedback @Romez . Can you edit your comment and provide more details? What is localstack?

@volkean
Copy link

volkean commented Mar 21, 2023

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?

@j256
Copy link
Owner

j256 commented Mar 21, 2023

Sure @volkean . Please match my coding style which is ~eclipse default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants