질문이 있으신가요? 메일을 보내주세요!
Serverless Kakao Bot은 손쉽게 플러스친구 자동응답 기능을 가진 카카오톡 봇을 만들기 위해 만들어졌습니다.
만들어질 봇은 다음의 특징을 가지고 있습니다.
- 확장성: 유저가 늘어나더라도 성능은 유지됩니다.
- 경제적: 유저의 요청 수에 따라 과금이 됩니다.
- 쉬운 유지보수: 로직에만 집중하면 됩니다.
$ serverless install --url https://github.com/JisuPark/serverless-kakao-bot
$ yarn install
$ vi serverless.yml # profile과 domainName을 수정해주세요
$ sls create_domain
$ sls invoke local -f keyboard -l
$ yarn run test
$ sls deploy
Copyright (c) 2018 JisuPark. It is free software and maybe redistributed under the terms specified in the LICENSE file.
Jisu Park에 의하여 작성되었으며 유지 보수되고 있습니다.
Github @JisuPark