This example shows how to run pure ESM functions on AWS Lambda with Serverless Framework without adding a bundling step.
It is a small proof that not every serverless project needs a build pipeline to be understandable and deployable.
Removing unnecessary build steps can make functions easier to inspect, debug, and ship.