Created
April 18, 2025 12:05
-
-
Save marcogrcr/d120b180a2b535bc6452beca473deb29 to your computer and use it in GitHub Desktop.
Get file SHA256 in Base64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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