Just a simple Web Scraping service running on cloud to learn:
- Amazon Kinesis
- Amazon Athena
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