/lambda_python_line_bot_template

This is a template for creating a LINE bot with AWS Lambda.

Primary LanguagePythonMIT LicenseMIT

lambda line bot template

This is a template for creating a LINE bot with AWS Lambda.

Requirement

Usage

Setup on AWS:

ref(Japanese only)

Lambda upload:

$ docker-compose run awscli bash
> lambda-uploader

Install

Clone repository:

$ git clone https://github.com/PiroHiroPiro/lambda_line_bot_template.git
$ cd lambda_line_bot_template

Build image:

$ cp .env.example .env
$ cp lambda.json.example ./source/lambda.json
$ docker-compose build

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa