https://github.com/mu29/sns-lambda-background-processing
SNS와 Lambda로 백그라운드 작업 처리하기
https://github.com/mu29/sns-lambda-background-processing
Last synced: 3 months ago
JSON representation
SNS와 Lambda로 백그라운드 작업 처리하기
- Host: GitHub
- URL: https://github.com/mu29/sns-lambda-background-processing
- Owner: mu29
- Created: 2020-01-22T13:32:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T23:31:04.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:07:41.920Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sns-lambda-background-processing
SNS와 Lambda로 백그라운드 작업 처리하기## Usage
`[Your SNS ARN]`, `[Your DB host]`, `[Your DB username]`, `[Your DB password]`을 각각 SNS 주제와 데이터베이스 정보로 변경한 다음, `rake deploy` 명령어로 배포하면 됩니다.