X Tutup
Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

reacjilator in Java + jSlack

Original: https://github.com/slackapi/reacjilator

How to run the app

Prerequisites

Scopes

Launch the app from the Terminal

npm i serverless -g
npm i
mvn package \
 && serverless sam export --output ./template.yml \
 && sam local start-api

Deploy onto AWS

# setup aws-cli + configure & prepare credentials
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py --user
pip install awscli --upgrade --user
aws configure

./deploy.sh
X Tutup