#!/bin/bash
# AWS CLI wrapper for LocalStack
# Usage: ./awslocal.sh s3 ls

aws --endpoint-url=http://localhost:4566 "$@"
