serverless-function-deployer
Installation
SKILL.md
Serverless Function Deployer
This skill focuses on building logic that scales automatically using cloud functions like AWS Lambda, Vercel Functions, or Google Cloud Functions.
Instructions
- Design small, single-purpose functions for specific tasks.
- Configure triggers (HTTP, Cron jobs, Database events).
- Manage environment variables and secrets securely.
- Optimize function cold-start times and memory usage.
- Set up logging and monitoring for deployed functions.
Examples
- "Create a serverless function to process image uploads on Vercel."
- "Set up a daily cron job function to generate financial reports."