apex / apex/up

Get rid of requirement for /STAGE base path

Open
#394 4 comments 3 reactions 0 assignees View on GitHub
UX
Dominant language
Go
Stars
8.8k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

Unfortunately with the way AWS API Gateway currently works, requests to say `/style.css` won't even make it to your app (or Up). The `/development` (and other stage) prefixes are a requirement at the moment, it's just a really annoying choice that AWS made, so it must be `/development/style.css` or `./style.css` (relative).

If you use custom domains this won't be a problem. The vanity urls (#179) would also help mitigate this. I'm hoping AWS will mention some new stuff at Reinvent.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.