calvernaz / awslocal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awslocal

Package wrapper around awscli to interact with local endpoints, like LocalStack

Install

Add the repository to your oh-my-fish, follow the instructions here

Then, install this package,

omf install awslocal

How to use it

The simplest version of if, if these environment variables (AWS_DEFAULT_REGION, LOCALHOST_HOST) aren't set will use the default aws profile and the endpoint http://localhost:4566

awslocal sqs list-queues

You can override the default behavior by setting the environment variables, e.g,

set -x AWS_DEFAULT_REGION acme
set -x LOCALHOST_HOST http://localhost:8080

About


Languages

Language:Shell 100.0%