@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 ↴