lambda
仓库创建 2019年5月19日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
便于自动化事件驱动函数部署与调试。
▸ 风险提示
需要 AWS 凭证与权限,误操作可能导致调用滥用与费用增加。
这个 Skill 做什么
创建与管理 AWS Lambda 函数、触发器与性能优化。
跑无服务器函数的工具,按事件触发执行代码,适合轻量后端、异步任务或响应式流水线场景。可以创建函数、配置触发器和事件源映射,调试调用并做冷启动优化,也能管理 Layer。优点是不用管服务器、按执行时间付费并能自动扩缩。
▸ 展开 SKILL.md 英文原文
AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/lambda/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/lambda/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS Lambda AWS Lambda runs code without provisioning servers. You pay only for compute time consumed. Lambda automatically scales from a few requests per day to thousands per second. ## Table of Contents - [Core Concepts](#core-concepts) - [Common Patterns](#common-patterns) - [CLI Reference](#cli-reference) - [Best Practices](#best-practices) - [Troubleshooting](#troubleshooting) - [References](#references) ## Core Concepts ### Function Your code packaged with configuration. Includes runtime, handler, memory, timeout, and IAM role. ### Invocation Types | Type | Description | Use Case | |------|-------------|----------| | **Synchronous** | Caller waits for response | API Gateway, d
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有