Skip to content

an image that pushes to a locally hosted s3 bucket leveraging local stack

Notifications You must be signed in to change notification settings

fhern077/local-stack-demo

Repository files navigation

Getting Started

Dependencies:

  • python3 : brew install python3
  • pip3: brew isntall pip3
  • aws cli: pip3 install awscli --user
  • docker: get it here

More info

To get started

Docker
docker-compose up -d
Head Over to the manager http://localhost:8055
Then head over to the s3 bucket http://localhost:4572

Bucket Creation
create a bucket
aws --endpoint-url=http://localhost:4572 s3 mb s3://demo-bucket
aws --endpoint-url=http://localhost:4572 s3api put-bucket-acl --bucket demo-bucket --acl public-read

Easy way 
yarn localstack:init or npm run localstack:init
yarn start or npm run start

About

an image that pushes to a locally hosted s3 bucket leveraging local stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published