For all those interested the code for my little de...
# v1-conf
r
For all those interested the code for my little demo is up here, https://github.com/aphex/sst-lit-hfwa have fun!
t
This is dope, I will be the s3 proxy mad tech. I have a little library to render htm from lambda that this would work well with https://www.npmjs.com/package/serverless-htm
r
That project looks awesome. 10 min was a rush to get through all that but I just that basic setup of a way for APIgW to handle dynamic routes (functions) and static assets (s3 + local realtime dev) is gonna be useful to all kinds of use cases. the other key thing i didn't get to talk about was the use of import maps. mapping
lit
to the lit CDN is key to allow both the server and the client share the exact same lit components. NodeJS will do
import from lit
so we need the browser to do the same. Luckily there is a tiny polyfill to make that all good as well.