Skip to content

aws-local-sync v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 02:28
· 6 commits to master since this release

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