8000 GitHub - kparlar/localstack: AWS Services Emulator Environment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kparlar/localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

localstack

This project is built for creating an emulator for simulating AWS environment for my personal project. You can find related scripts to run on local to create AWS services like S3, SQS, etc.

Before start, you need to configure your aws config with given below method.

AWS_CONFIGURE

Bucket Scripts

Directory Creation

  • aws --endpoint-url http://localhost:4566 s3 cp c:...\documents\localstack\upload s3://parlar --recursive

List Directories

Removes everything except jpgs

Create a queue

List Queues

Send message to queue

it will return messagebody and messageIds.

SEND_MESSAGE_TO_QUEUE

Receive message from queue

Purge messages from queue

About

AWS Services Emulator Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0