You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just saw your live presentation with Craig, I'm super interested in Jaspr now! I came here to see if there was already a ticket open for AWS Lambda (since that's what I mostly use at work).
I would like to add to ask (since it's not mentioned in the issue) if there's any plan to also include AWS S3 for the static parts of the site when using server side rendering. For instance, an image, files, computed css code, javascript libraries, etc that can be hosted in a S3 bucket and linked from the server side rendering to the html (so we don't have to host these files in the lambda)
I've been playing around with stuff like Nuxt and they handle these things very well (the deployment script handles all of that for you) and it would be awesome if Jaspr had something similar while still working locally (because I'm assuming that right now static files are hosted in the server when using SSR).
That's all, thanks for your amazing work! I'll try to give it a go soon with a small project and see if I can contribute!
A jaspr app that can be deployed to aws lambda using their dart runtime.
This may include:
The text was updated successfully, but these errors were encountered: