https://github.com/devjin0617/lambda-test
https://github.com/devjin0617/lambda-test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjin0617/lambda-test
- Owner: devjin0617
- Created: 2018-07-01T11:26:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T11:38:24.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T22:31:37.520Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```