Skip to content

💊 AWS, Amazon, S3, SQS, Node.js Express App with worker

Notifications You must be signed in to change notification settings

KrzywdaKrystian/AWS-App

Repository files navigation

AWS-App

AWS, Amazon, S3, SQS, Node.js Express App with worker

Example app of Node.js Express App that connects a client application with Amazon Web Services. The application allows you to add, delete, and view the list of photos.

alt tag

Uses (S3 and SQS):

  • putObject
  • deleteObject
  • listObjects
  • sendMessage

In ./workers you can find a example of worker which rotate image

Getting Started:

  1. Create config.js in ./assets/js/ (example ./assets/js/config.js.dist)
  2. Create config.json in /.worker/rotate_image/ (example worker/rotate_image/config.json.dist)
  3. run command: node app.js
  4. run command: node worker/app.js

Open app in browser: http://localhost:8080

Helpful links:

About

💊 AWS, Amazon, S3, SQS, Node.js Express App with worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published