Created
December 5, 2020 17:52
-
-
Save basyusuf/be511885b454940a6e7312caab500922 to your computer and use it in GitHub Desktop.
Defination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const chromium = require('chrome-aws-lambda'); | |
const AWS = require('aws-sdk'); | |
const BUCKET_NAME = "screenshot-buckets-test"; | |
AWS.config.region = 'eu-central-1'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment