I’m one of the people working on the project and have built several serverless applications with Polylith. The trick is you split the logic and how you serve your logic by using the base/component separation. This gives you the flexibility of adding a REST base only in local development in front of the lambda functions and use, lets say API gateway, in production. It takes away a lot of complexity from serverless development.
I think if you watch the YouTube video, you can get a better understanding of Polylith: https://youtu.be/Y3FfLq8QATY
I think if you watch the YouTube video, you can get a better understanding of Polylith: https://youtu.be/Y3FfLq8QATY