Skip to content

Instantly share code, notes, and snippets.

View nikosheng's full-sized avatar
💭
Busy to code

Niko nikosheng

💭
Busy to code
  • Hong Kong
View GitHub Profile
# Lambda 本地调试 - Intellij Idea 篇
## 先决条件
- [安装sam cli](https://docs.aws.amazon.com/zh_cn/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
- [安装Intellij Idea](https://www.jetbrains.com/idea/)
- [安装AWS Toolkit for Intellij](https://aws.amazon.com/cn/intellij/)
- [安装Maven](https://maven.apache.org/)
## 实验步骤
### 创建本地`Lambda`项目