serverless
Installation
SKILL.md
Serverless
Serverless is a development framework for building applications on serverless computing platforms like AWS Lambda. It allows developers to easily deploy and manage functions without managing servers. It's used by developers and organizations looking to build scalable and cost-effective applications.
Official docs: https://www.serverless.com/framework/docs/
Serverless Overview
- Function
- Version
- Alias
- Custom Domain
- Layer
- Provider API Key
- Stack
- Event
- Log
- Metric
- Alarm
Related skills