Skip to main content

LocalStack Extension: SQS-Admin

Project description

SQS-Admin

Install LocalStack Extension

The LocalStack SQS-Admin extension is a simple, yet powerful UI to manage and interact with your SQS queues in LocalStack.

Get started

Install

You can install the extension via the CLI

localstack extensions install sqs-admin

or add sqs-admin to the EXTENSION_AUTO_INSTALL environment variable.

Example:

localstack start -e EXTENSION_AUTO_INSTALL=sqs-admin

or via Docker compose by adding EXTENSION_AUTO_INSTALL=sqs-admin to the environment variables of the localstack service.

Example Docker compose:

services:
  localstack:
    container_name: "localstack-main"
    image: localstack/localstack-pro
    ports:
      - "127.0.0.1:4566:4566"
      - "127.0.0.1:4510-4559:4510-4559"
    environment:
      - LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN:?}
      - EXTENSION_AUTO_INSTALL=sqs-admin

Configure

You can configure the extension by setting SQS-Admin environment variables:

Example:

localstack start -e SQS_AWS_REGION=us-east-2

Use the extension

Navigate to http://sqs-admin.localhost.localstack.cloud:4566.

Sqs-Admin

Develop

To install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project. Please refer to the LocalStack documentation for more information.

In short

In the newly generated project, simply run

make install

Mind that extensions require a pro version of LocalStack to be installed. Ensure to the auth-token at hand or already set up:

localstack auth set-token <redacted-token>

Then, to enable the extension for LocalStack, run

localstack extensions dev enable .

You can then start LocalStack with EXTENSION_DEV_MODE=1 to load all enabled extensions:

EXTENSION_DEV_MODE=1 localstack start

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqs_admin-0.9.1.tar.gz (28.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqs_admin-0.9.1-py3-none-any.whl (28.9 MB view details)

Uploaded Python 3

File details

Details for the file sqs_admin-0.9.1.tar.gz.

File metadata

  • Download URL: sqs_admin-0.9.1.tar.gz
  • Upload date:
  • Size: 28.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for sqs_admin-0.9.1.tar.gz
Algorithm Hash digest
SHA256 88728f95b7631e83292c6cca9882637e89ac249f5289340c0829bd6cee46bbe0
MD5 ee80b471c201f9c35509a824923a76b3
BLAKE2b-256 93c99873e592a0402befe78f6f94d58d1cba0bc8a5d1aef375ca003f5c5c424d

See more details on using hashes here.

File details

Details for the file sqs_admin-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: sqs_admin-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 28.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for sqs_admin-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48e9fa68ab11f70816af08811944417df82d54bd470a9e1b4ce56ad420bae688
MD5 11361725e73bd42bf7d73d8f00afdcea
BLAKE2b-256 7e00ca3e7f98f6500fcc978600d921b74b05ac4443846c19c0b3e350dfd4a8d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page