質問編集履歴
1
json追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -73,3 +73,29 @@
|
|
73
73
|
}
|
74
74
|
|
75
75
|
```
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
```json
|
80
|
+
|
81
|
+
#vscode上の定義
|
82
|
+
|
83
|
+
{
|
84
|
+
|
85
|
+
'body': {},
|
86
|
+
|
87
|
+
'headers': {'userid': 'abe sinzo'},
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
#apigatewayの定義
|
92
|
+
|
93
|
+
{
|
94
|
+
|
95
|
+
"body": "{\"message\": \"hello world\"}",
|
96
|
+
|
97
|
+
"headers": {
|
98
|
+
|
99
|
+
"userid": "abe sinzo"
|
100
|
+
|
101
|
+
```
|