# install
brew install ghq
# set ghq root dir
git config --global ghq.root '~/dev/ghq'
First, create postgresql-client pod
cat << EOF | kubectl apply -f -
---
apiVersion: v1
kind: Namespace
metadata:
name: postgresql-client
---
$ jps -v
7 hoge-api.jar -Xmx1000M -Xms1000M -XX:FlightRecorderOptions=stackdepth=256 -javaagent:/dd-java-agent.jar
1081 Jps -Dapplication.home=/opt/java/openjdk -Xms8m -Djdk.module.main=jdk.jcmd
ref: https://docs.oracle.com/javase/7/docs/technotes/tools/share/jps.html
Here is how to start JFrog scanning with JFrog VS Code extension
-
Install JFrog extension for VSCode - JFrog extension for VS Code IDE
-
Setup FREE JFrog environment in the cloud and connect VS Code to it
For MacOS and Linux
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
package main | |
// ref | |
// https://github.com/urakozz/go-dynamodb-stream-subscriber | |
// https://github.com/aws/aws-sdk-go-v2 | |
/* | |
aws cli for dynamodb stream info | |
# Get the full ARN for DynamoDB Streams |