Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Edge service as central API entry point; release v 0.11.0 #2250

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

Merged
merged 3 commits into from
Apr 4, 2020

Conversation

whummer
Copy link
Member

@whummer whummer commented Apr 4, 2020

This PR adds an edge service that acts as central entry point for all API invocations. The edge service listens on a configurable port (EDGE_PORT, 4566 by default) and can be used to access any of the underlying LocalStack APIs.

This is a breaking change - , although backwards compatibility has been preserved for now. Users should start reconfiguring their client SDKs to use the edge service endpoint URL, instead of the API-specific endpoints.

In a future version of LocalStack, we will remove the service-specific ports and route all API requests through the single edge endpoint only.

Addresses #2173, #151

@coveralls
Copy link

coveralls commented Apr 4, 2020

Coverage Status

Coverage increased (+0.09%) to 50.779% when pulling f21ce92 on add-edge-service into cd3efec on master.

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

Successfully merging this pull request may close these issues.

2 participants