Serverless news scrapper for the city of Chacabuco (Buenos Aires), running in AWS.
- api: REST API
- scrapper: Scrapper service
# cd into service
cd src/<service>
# install dependencies
yarn install
# build for production
yarn run build
yarn cdk deploy --parameters mediaUrl=<url> --parameters bucketName=<name>