Mercurial > public > tweet-analysis
diff README.md @ 3:5c36f51105c2
fetch tweets working
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 16 Sep 2021 16:51:59 +0200 |
parents | 0277e7fc0f0a |
children | 54e71cf6e324 |
line wrap: on
line diff
--- a/README.md Thu Sep 16 11:36:21 2021 +0200 +++ b/README.md Thu Sep 16 16:51:59 2021 +0200 @@ -11,6 +11,17 @@ These resources are defined in the `template.yaml` file in this project. You can update the template to add AWS resources through the same deployment process that updates your application code. +## Secrets +There are some process that must be made manually, such us secrets creation in AWS Secrets Manager. Before deploying +the application do the following: + +**Create Twitter keys**: +- Go to AWS Secrets Manager Console +- Create `Other type of secrets` +- Create two keys called `KEY` and `BEARER` +- Add the values for each one +- Name the secret `tweet-analysis-keys` + ## Deploy the application The Serverless Application Model Command Line Interface (SAM CLI) is an extension of the AWS CLI that adds functionality