apex / up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
https://up.docs.apex.sh
MIT License
8.8k stars 380 forks source link

Possible to statically serve up from root endpoint instead of /stage? #834

Closed 0xe512 closed 3 years ago

0xe512 commented 3 years ago

Prerequisites

Description

My NextJS static application is configured to serve from / while up always serves from /{stage}. Is it possible to serve from / instead without creating a stage endpoint without a domain?

Steps to Reproduce

-

0xe512 commented 3 years ago

Saw it's not possible due to stage being required by API Gateway