Docker on Lambda or Lambda on Docker?

Thank you @Irev-Dev for the links and details, I’m getting back on the containerizing Redwood train so any references and resources are extremely valuable and appreciated. There’s gonna be so many ways to do this cause of the split between the two sides, web and api.

I like the idea of only containerizing the api as a use case because it just requires one Dockerfile, so it makes a good self contained (ha!) example. I’ll likely write up some docs or a forum post to that effect, but I think most people are going to want their whole thing “contained” together with a Docker Compose file bringing it all together.

1 Like