Follow the Kubernetes developmemt Guide and Build
I have used ubuntu 24
import org.apache.commons.codec.binary.Base64; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import java.nio.charset.StandardCharsets; | |
import java.security.PrivateKey; | |
import java.security.SecureRandom; | |
import java.security.Signature; | |
import java.text.MessageFormat; |
Settings -> Access Tokens
in your gitlab projectAmazon DynamoDB uses a different format of JSON internally to store.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.Output.html
The Original JSON needs to be extracted from DynamoDB JSON.
Converter APIs: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/Converter.html
const jsonLine = AWS.DynamoDB.Converter.unmarshall( awsJson.Item );
Rootless Podman setup with volume.
❯ podman machine init --cpus=4 --memory=4096 -v /Users/snambi/.secrets:/mnt/secrets
Downloading VM image: fedora-coreos-38.20230514.2.0-qemu.aarch64.qcow2.xz: done
Extracting compressed file