Git Product home page Git Product logo

Comments (1)

nelsonic avatar nelsonic commented on August 25, 2024 1

Hi @Cleop, this repo is a good starting point for uploading images.
But it's far from a "turnkey" solution. (which is what it needs to be)

Direct uploads allow form submission directly from a browser to S3.
This is useful if the objective is simply to "drop" an image/file onto S3 without any further "processing".

We need to focus on the SDK use-case and we need to write an AWS Lambda Function
that receives an HTTP POST request with the image and returns a URL for the image.

To that end, I recommend you take a look https://github.com/dwyl/learn-aws-lambda
and familiarise yourself with the "hello world".

Once you feel confident that you understand what/why/how of AWS Lambda please let me know,
we need to "break down" the requirements and allocate the tasks.

Our objective with image-uploads is to make an easily re-useable feature-complete image upload utility.

from imgup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.