GithubHelp home page GithubHelp logo

localstack-demo's Introduction

A basic demo setting up Localstack's S3.

Read the tutorial here.

Or, spin things up here:

  1. Install Docker if you haven't already.
  2. Install the AWS CLI. Even though we aren't going to be working with "real" AWS, we'll use this to talk to our local docker containers.
  • Run aws configure to set up some credentials. You can enter dummy credentials here if you'd like.
  1. Copy the contents of .env.example into a new .env file.
  2. Initialize Localstack: npm run localstack:init.
  • This will create a new container, then stream the logs as it is setting up. It will start with Waiting for all LocalStack services to be ready. After a few moments, you'll see a final Ready. When you do, press Ctrl+C to exit the logs.
  1. Configure the bucket: run npm run localstack:config
  • Note: If you used a different BUCKET_NAME in your .env file, make sure to change the instances of demo_bucket in the localstack:config script in package.json to match..

Upload the test file:

npm run test-upload

localstack-demo's People

Contributors

good-idea avatar

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.