Skip to content

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

Merged
whummer merged 3 commits intomasterfrom
add-edge-service
Apr 4, 2020
Merged

Add Edge service as central API entry point; release v 0.11.0#2250
whummer merged 3 commits intomasterfrom
add-edge-service

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