localstack-extensions
localstack-extensions copied to clipboard
🧩 Extend and customize LocalStack with LocalStack Extensions (beta)
Hi, just followed the guide to the T. After installing the aws-replicator extension and i lunch the command `localstack aws replicate -s sqs` i receive the following error: ``` Usage:...
Currently, the AWS Replicator extension is using some parts of the LocalStack codebase which is deprecated and about to be removed: - `localstack.utils.server.http2_server.run_server` which is based on `Quart` (which has...
For people with multiple aws accounts and a shared aws config/crfedentials file with multiple profiles, replicator does not take a profile name as a parameter for rthe boto3.session being created....
## :construction: LocalAI Extension * Starts the LocalAI container * Pre-loads the gpt4all model
I am unable to download the extension. ` localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-extensions-stripe&subdirectory=stripe"` ``` C:\LocalStack>python "C:\Users\marce\AppData\Local\Programs\Python\Python310\Scripts\\localstack" extensions install git+https://github.com/localstack/localstack-extensions/#egg=localstack-extensions-stripe Traceback (most recent call last): File "C:\Users\marce\AppData\Local\Programs\Python\Python310\lib\site-packages\localstack\utils\container_utils\docker_cmd_client.py", line 659, in _run_async_cmd raise...
## Motivation To allow a better integration between extensions and other LocalStack related products we can allow the creations of an extensions with e pre-built react app inside it that...
Due to a recent change in our packaging, you might notice the following exception in your logs when starting LocalStack with an Extension. ``` ModuleNotFoundError: No module named 'flask' ```...
## Motivation :construction: Fixes https://github.com/localstack/localstack-extensions/issues/45 This is an attempt to move away from the http2_server implementation, by replacing the current auth proxy implementation with a handler chain. ## Changes *...