Skip to content

Instantly share code, notes, and snippets.

@marcogrcr
Created April 18, 2025 12:05
Show Gist options
  • Save marcogrcr/d120b180a2b535bc6452beca473deb29 to your computer and use it in GitHub Desktop.
Save marcogrcr/d120b180a2b535bc6452beca473deb29 to your computer and use it in GitHub Desktop.
Get file SHA256 in Base64
shasum -a 256 lambda/lambda.zip | cut -f 1 -d ' ' | xxd -r -p | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment