Skip to content

kfei/vue-s3-dropzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vue-s3-dropzone

Vue 2.0 dropzone component uploads files to AWS S3 serverlessly.

Overview

  • A Vue.js 2.0 component wrapping Dropzone.js
  • Upload files to AWS S3 serverlessly with AWS Lambda.

Demo

demo-gif

Quickstart

Clone this repo:

git clone https://github.com/kfei/vue-s3-dropzone

This repo contains two directories: frontend and lambda. You must first create the AWS Lambda function and deploy it onto AWS API Gateway. Then put the invoke URL into frontend/src/config.js so that you can run and test the Vue powered web client by:

cd frontend
yarn install
npm run dev

Please make sure you have correct privilege/policy/CORS settings on AWS. Feel free to open an issue if you happened to be trapped by that. 😢

Architecture

You can have a look at the architecture explanation on Milkr.

demo-pic

License

MIT

About

💧 Vue.js component works with AWS S3 serverlessly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published