Analyzes the sentiments of a given hashtag using AWS Comprehend
Working demo http://bit.ly/HashtagSentimentAnalyzer
- AWS Lambda for the serverless computing provider
- AWS Comprehend for retrieving the sentiment analysis
- Serverless Framework for developing and deploying the serverless application on AWS Lambda
# Install Serverless Framework and its dependencies
npm install
# Deploy the serverless application to AWS Lambda
serverless deploy
# Shorthand alias
sls deploy
# Removes the deployed stack
sls remove
# Install development dependencies
pip install -t dev_requirements.txt
# Run tests (wip)
nosetests -vs
This work is licensed under The MIT License.