Calling Twitter RealTime API periodically and save message to AWS DynamoDB using AWS Lambda, AWS SQS, AWS CloudWatch Event
-- npm install -g serverless
-- npm install
-- serverless deploy -v
-- serverless invoke local -f function_name
Getting RealTime Tweets about any topic using Twitter RealTime API
Python
Calling Twitter RealTime API periodically and save message to AWS DynamoDB using AWS Lambda, AWS SQS, AWS CloudWatch Event
-- npm install -g serverless
-- npm install
-- serverless deploy -v
-- serverless invoke local -f function_name