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

refactor: break apart cmd/server main package #467

Open
adamdecaf opened this issue Dec 16, 2022 · 1 comment
Open

refactor: break apart cmd/server main package #467

adamdecaf opened this issue Dec 16, 2022 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@adamdecaf
Copy link
Member

This package has grown quite large and is costly to build. We should structure the code better for the future.

@adamdecaf adamdecaf added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 4, 2023
@adamdecaf adamdecaf added this to the v0.25.0 milestone Apr 4, 2023
@elovelan
Copy link

elovelan commented Jul 18, 2024

Assuming I'm understanding this short description, this could also allow hosting flexibility such as using the AWS Lambda Go API Proxy for Gorilla Mux to host in Lambda. (FWIW, we're currently looking at using the AWS Lambda Web Adapter, which I suspect will be far less performant!)

I'm happy to contribute if you can share more of your thoughts around this refactor @adamdecaf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants