Dismiss
  • Scroll up
  • Toggle Theme
  • View as Mobile

Serverless ESM Functions with No Build Step

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.

Why it matters

Removing unnecessary build steps can make functions easier to inspect, debug, and ship.