nodeboot-servers-serverless
Use when the user wants to deploy a Node-Boot application to a serverless/FaaS platform — AWS Lambda, Cloudflare Workers, Vercel, Netlify Functions, or Google Cloud Functions — and needs the router skill that picks the right concrete adapter skill for the target cloud or hosting platform.
Works with
--- name: nodeboot-servers-serverless description: Use when the user wants to deploy a Node-Boot application to a serverless/FaaS platform — AWS Lambda, Cloudflare Workers, Vercel, Netlify Functions, or Google Cloud Functions — and needs the router skill that picks the right concrete adapter skill for the target cloud or hosting platform. license: MIT --- # Node-Boot Serverless Adapters > No repo yet? Decide simple-repo vs. monorepo first — see > [`../nodeboot-project-type/SKILL.md`](../nodeboot-project-type/SKILL.md). Pick the concrete skill by deployment target: | Platform | Use when | Open next | | ---------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | AWS Lambda | The app should run on AWS behind Lambda + API Gateway or a Lambda Function URL. | [`../nodeboot-server-lambda/SKILL.md`](../nodeboot-server-lambda/SKILL.md) | | Cloudflare Workers | The app should run in Cloudflare's Fetch API / Workers isolate runtime. | [`../nodeboot-server-cloudflare/SKILL.md`](../nodeboot-server-cloudflare/SKILL.md) | | Vercel | The app should ship as a Vercel Node.js Serverless Function under `api/[...path].ts`. | [`../nodeboot-server-vercel/SKILL.md`](../nodeboot-server-vercel/SKILL.md) | | Netlify Functions | The app should run as a Netlify Function with a `netlify.toml` rewrite for `/api/*`. | [`../nodeboot-server-netlify/SKILL.md`](../nodeboot-server-netlify/SKILL.md) | | Google Cloud Functions | The app should run as a Google Cloud Functions gen2 HTTP function registered with `functions.http(...)`. | [`../nodeboot-server-google-cloud-functions/SKILL.md`](../nodeboot-server-google-cloud-functions/SKILL.md) |
More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

