Skip to content

Releases: jakec-dev/aws-local-sync

aws-local-sync v0.1.1

02 Jun 02:28
Compare
Choose a tag to compare

High-performance CLI tool that syncs data from AWS services (RDS, DynamoDB, S3, Elasticsearch, etc.) to your local development environment.

Changelog

📚 Documentation

🔧 Other Changes

Installation

Binary installation

# Download and extract (example for Linux x86_64)
curl -sSL https://github.com/jakec-dev/aws-local-sync/releases/download/v0.1.1/aws-local-sync_Linux_x86_64.tar.gz | tar xz

#### Verify checksum signature
cosign verify-blob \
  --certificate aws-local-sync_checksums.txt.pem \
  --signature aws-local-sync_checksums.txt.sig \
  aws-local-sync_checksums.txt

Go installation

go install github.com/jakec-dev/aws-local-sync/cmd/[email protected]

Full Changelog: v0.1.0...v0.1.1