Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 523 Bytes

linebot-openai

Serverless application running on AWS using Open AI and Line Bot.

Setup a development environment

  1. Install VSCode, Docker and terraform.
  2. Install the "Remote Development" extension for VSCode and open the workspace in dev container.

Deploy

  1. (First time only) Execute the following command.
    ./bin/setup.sh
    
  2. Execute the following command.
    ./bin/deploy.sh
    

License

This is released under the MIT License. See licenses folder for details.