Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
{
"name": "aws-fetch-file-and-store-in-s3",
"description": "Fetch an image from remote source (URL) and then upload the image to a S3 bucket.",
"version": "1.0.0",
"author": "Bozhao Yu",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.7.9",
"node-fetch": "^1.6.3"
}