Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 592 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 592 Bytes

Web Scraping

Just a simple Web Scraping service running on cloud to learn:

  • Amazon Kinesis
  • Amazon Athena

Design

Useful commands

Deploy the Service

    serverless deploy -v

Deploy a Function

    serverless deploy function -f Scraping

Invoke the Function

    serverless invoke -f Scraping -l

Fetch the Function Logs

    serverless logs -f Scraping -t

Cleanup

    serverless remove

Invoke with mock

    serverless invoke --function Scraping --path ./mocks/scraping.json