awscli-local
awscli-local copied to clipboard
💲 "awslocal" - Thin wrapper around the "aws" command line interface for use with LocalStack
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...
What difference awslocal has to aws ?
# 🎉 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:  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...