Skip to content

This example deploys a serverless application that screenshots a target website every 15 minutes and stores the result in an S3 bucket.

License

Notifications You must be signed in to change notification settings

aws-samples/scheduled-website-screenshot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Scheduled website screenshot app

This repo contains a serverless application that periodically loads a website, takes a screenshot and saves to an Amazon S3 bucket.

Learn more about this project at: https://acloudguru.com/blog/engineering/serverless-browser-automation-with-aws-lambda-and-puppeteer.

Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the AWS Pricing page for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.

Requirements

Installation Instructions

  1. Create an AWS account if you do not already have one and login.

  2. Install Git and install the AWS Serverless Application Model CLI on your local machine.

  3. Create a new directory and navigate to that directory in a terminal.

  4. Clone this repo:

git clone https://github.com/aws-samples/scheduled-website-screenshot-app
  1. Deploy the application:
sam deploy --guided

Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0

About

This example deploys a serverless application that screenshots a target website every 15 minutes and stores the result in an S3 bucket.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published