stormkit-io / app-stormkit-io

Stormkit is an all in one solution for Full Stack Javascript applications.
https://app.stormkit.io
GNU General Public License v3.0
64 stars 8 forks source link

Where does Stormkit publish my application to? #477

Closed kubeworkz closed 1 year ago

kubeworkz commented 1 year ago

Dumb question: Where does Stormkit publish my application to? A Kubernetes cluster? Cheers, Dave

svedova commented 1 year ago

@kubeworkz Hi Dave! Stormkit is built on top of AWS. So your static files are published to S3, and if you're using an API or serverless side rendering, the functions are stored in lambdas.

Hope that helps!