You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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
The text was updated successfully, but these errors were encountered: