superluminar-io / serverless-workshop

Hands-on AWS serverless workshop for beginners
https://workshop.superluminar.io
MIT License
4 stars 1 forks source link

Rework static hosting lab #253

Open HenrikFricke opened 2 years ago

HenrikFricke commented 2 years ago

In my opinion, we could improve the static hosting lab and find better (or at least explore) ways to do static hosting with AWS. I would be interested in the following questions:

skomp commented 2 years ago

There is also an issue with jest. If you run npx jest in lab5 it will fail since it also picks up the frontend tests. Those are not working with the jest config from the base project.