awscli-local icon indicating copy to clipboard operation
awscli-local copied to clipboard

💲 "awslocal" - Thin wrapper around the "aws" command line interface for use with LocalStack

Results 16 awscli-local issues
Sort by recently updated
recently updated
newest added

Localstack can be installed with Homebrew ([this](https://formulae.brew.sh/formula/localstack) formula). It would be nice if we could also installed the awscli-local with Homebrew so we only need to use 1 package manager

I'm using windows 11 and os.execvpe will cause a segfault. I happen to be using gitbash and pipx, but I get the same behavior if I don't use pipx. After...

# 🎉 New Version * [x] Add support for dockerized execution using Alpine linux * [x] Image should be reusable by anyone in need of building AWS services # 🏗️...

It's a bit hard to explain the issue I'm facing so adding a print screen: ![image](https://github.com/user-attachments/assets/d867c570-3fcf-4753-9555-5257914036d7) You can see that I get a prompt for the next command before the...

`uv` seems to not be able to run scripts installed via `scripts=` in `setup.py` on Windows; it doesn't seem to accept the provided `.bat` script (see https://github.com/astral-sh/uv/issues/8888) This change bypasses...