Hacker News new | ask | show | jobs
by amirouche 2824 days ago
This reads like a breeze of fresh air! Thanks for sharing.

I read the whole thing, but still do not understand how the same code can be used in development and say serverless.

1 comments

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