質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -103,10 +103,10 @@
|
|
103
103
|
```shell
|
104
104
|
$ cat notification.json | jq '.Items[] | { notificationId: .notificationId}'
|
105
105
|
{
|
106
|
-
"notificationId": {"S": "aaabbbccc"}
|
106
|
+
"notificationId": {"S": "aaabbbccc"}
|
107
107
|
}
|
108
108
|
{
|
109
|
-
"notificationId": {"S": "dddeeefff"}
|
109
|
+
"notificationId": {"S": "dddeeefff"}
|
110
110
|
}
|
111
111
|
{
|
112
112
|
.
|