An open API service indexing awesome lists of open source software.

https://github.com/devjin0617/lambda-test


https://github.com/devjin0617/lambda-test

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# lambda-test

AWS Lambda 배포를 위한 npm module을 global로 설치
```
$ sudo npm install -g serverless
```

프로젝트 폴더로 이동하여 예제 템플릿으로 시작
```
$ serverless create --template hello-world
```

AWS 키 설정
> AWS 키 발급방법은: http://bit.ly/aws-creds-setup>
```
$ aws configure
```

AWS Lambda 배포
```
$ serverless deploy
```