Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
/ lambda-crawler Public archive

Lambda Crawler which extracts content from websites and saves it to Amazon DynamoDB

Notifications You must be signed in to change notification settings

storyblok/lambda-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-crawler

how to use

  1. Clone and build this Lambda application and make zip package.
  2. Deploy lambda-crawler.zip from AWS Management Console.
  3. Create DynamoDB table crawler. HashKey is { S: Id }

how to make zip package

git clone https://github.com/yustam/lambda-crawler-template.git
cd lambda-crawler
npm install
npm run build
# lambda-crawler.zip

About

Lambda Crawler which extracts content from websites and saves it to Amazon DynamoDB

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published