Skip to content

Use Generic (not Serverless Framework) Packager

Latest
Compare
Choose a tag to compare
@noxasaxon noxasaxon released this 21 Apr 17:10
· 11 commits to master since this release
d10291a
  • Drastically increased deployment times via caching and conditional Docker usage
  • Support for packaging Lambda Layers

Metrics

local dev times with m1 max 64gb

Repo Packager Time 🐳 # of Functions
SOCless-core CLI, no cache 34s 14
SOCless-core CLI, no cache 4m51s 🐳 14
SOCless-core CLI, static-cache (first run) 49s 🐳 14
SOCless-core CLI, static-cache (redeploy) 3s 🐳 14
SOCless-core CLI, static-cache (first run on linux) 9s 14
SOCless-core Socless SLS Plugin 4m55s 🐳 14
  • 6x faster for local dev first run
  • 98x faster for local redeploys
  • 40x (or more) faster in CICD (linux boxes)