@ricko-v/l · CLI v2.0 guide
Your Lambda.
Straight from
the terminal.
Sign in to AWS, pull function code, and push your changes. One CLI for your everyday Lambda workflow.
Node.js 22+ / npm install -g @ricko-v/l
TERMINALbilling / production
# Sign in with your project profile
$ l login --profile production
$ l init --profile production
# Pull code, then edit locally
$ l pull billing-api billing-worker
# Review changes before uploading
$ l push --all --dry-run
$ l push --all
↳ Review the targets, then confirm.
From login to push.
CHOOSE YOUR NEXT STEP ↴01 / GET STARTED
Set up your workspace ↗
Install from npm, sign in through your browser, and create your first configuration.
02 / PROFILESSeparate AWS access ↗
Keep multiple logins and choose the right profile for each project.
03 / SYNCManage multiple functions ↗
Pull and push by name or prefix, with a preview before applying changes.