mecab-api
Serverless MeCab API with AWS SAM. You can deploy to AWS (API Gateway + Lambda).
Launch in Local
# install dependencies
pip3 install -r requirements.txt
# this command invokes ./mecab_api/Makefile via aws-sam-cli,
# that makefile downloads mecab and ipadic.
sam build
Deploy to AWS
sam deploy --guided