Mercurial > public > tweet-analysis
comparison template.yaml @ 3:5c36f51105c2
fetch tweets working
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 16 Sep 2021 16:51:59 +0200 |
parents | 561bc303784f |
children | cfd876570008 |
comparison
equal
deleted
inserted
replaced
2:561bc303784f | 3:5c36f51105c2 |
---|---|
155 Properties: | 155 Properties: |
156 Description: Fetch tweets and analyse sentiment using AWS Comprehend | 156 Description: Fetch tweets and analyse sentiment using AWS Comprehend |
157 CodeUri: src/ | 157 CodeUri: src/ |
158 Handler: handlers/sentiment.get_tweet_sentiment | 158 Handler: handlers/sentiment.get_tweet_sentiment |
159 Runtime: python3.9 | 159 Runtime: python3.9 |
160 Tags: | |
161 Name: "tweet-analysis::get-tweet-sentiment-function" | |
162 Events: | 160 Events: |
163 CallGetTweetSentiment: | 161 CallGetTweetSentiment: |
164 Type: Api | 162 Type: Api |
165 Properties: | 163 Properties: |
166 Path: /sentiment | 164 Path: /sentiment |
167 Method: get | 165 Method: get |
166 Tags: | |
167 Name: "tweet-analysis::get-tweet-sentiment-function" | |
168 | 168 |
169 ## | 169 ## |
170 ### END FUNCTION CONFIGURATION ### | 170 ### END FUNCTION CONFIGURATION ### |
171 ## | 171 ## |