Mercurial > public > tweet-analysis
diff README.md @ 8:6541622b6127
add tweet analysis method
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Fri, 17 Sep 2021 21:10:02 +0200 |
parents | 54e71cf6e324 |
children | 6f34b658af3c |
line wrap: on
line diff
--- a/README.md Fri Sep 17 17:42:54 2021 +0200 +++ b/README.md Fri Sep 17 21:10:02 2021 +0200 @@ -1,10 +1,11 @@ # tweet-analysis +Serverless application to fetch & analyse tweets using AWS Comprehend. ## Structure - src - Code for the application's Lambda function. - events - Invocation events that you can use to invoke the function. -- tests - Unit tests for the application code. +- tests - Unit and integration tests for the application code. - template.yaml - A template that defines the application's AWS resources. The application uses several AWS resources, including Lambda functions and an API Gateway API.