Skip to content

Latest commit

 

History

History

aws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

"Serverless" scraping for Amazon data - using AWS Lambda

Built with Ruby - I promise I'm not insane...

Set up with serverless framework, this makes everything easier and doesn't have to be set up entirely manually.

The data that we want:

  • ASIN
  • Title
  • Image(s)
  • Buy-Box Price
  • Delivery times? (May be difficult due to locations etc)
  • Reviews
    • Amount of ratings
    • Average rating
  • Categories
    • Best Sellers Rank
  • Dimensions

From:

File Structure

  • src/

    The containing folder of our actual code

  • run.rb

    The file that will enclose all the code needed for running the Lambda function itself, and will reference the src code inside

  • serverless.yml

    This is the file used for describing the structure the of our AWS Lambda - this is powered by Serverless Framework

Gonna take a break to watch a movie (L4yer Cak3) and think...