+awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack (#5426)

* +awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack

* Update package.yml

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Kevin Chen 2024-03-08 10:05:28 -05:00 committed by GitHub
parent 05f9d82a8e
commit a0b5a2987a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,28 @@
# https://localstack.cloud/
distributable:
url: https://github.com/localstack/awscli-local/archive/5b38bc5f3e954298c27a1895578390398f968814.tar.gz
strip-components: 1
versions:
- 2023.12.28
# FIXME once there has been an official release
dependencies:
pkgx.sh: ^1
aws.amazon.com/cli: ^2
build:
dependencies:
python.org: ^3.11
script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} awslocal
provides:
- bin/awslocal
test:
- awslocal --version
- awslocal --version | grep aws-cli/2