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

Add example using aws lambda #52

Open
schultek opened this issue Nov 28, 2022 · 1 comment
Open

Add example using aws lambda #52

schultek opened this issue Nov 28, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@schultek
Copy link
Owner

A jaspr app that can be deployed to aws lambda using their dart runtime.

Can be done together with some other feature or use-case.

This may include:

  • any sort of setup needed to run on aws lambda
  • building and deployment instructions (e.g. in README) for aws lambda
  • (optionally) integrating with some other aws product on the server (e.g. database)
@schultek schultek added the documentation Improvements or additions to documentation label Apr 1, 2023
@nosmirck
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants