質問編集履歴

2

誤字の修正

2018/05/18 00:24

投稿

atmn3356
atmn3356

スコア157

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  ### 追記
82
82
 
83
- APIGateway
83
+ APIGatewayでの単体テスト結果
84
84
 
85
85
  ```
86
86
 
@@ -92,7 +92,7 @@
92
92
 
93
93
  ```
94
94
 
95
- Lambda
95
+ Lambdaでの単体テスト結果
96
96
 
97
97
  ```
98
98
 

1

テスト結果を追記

2018/05/18 00:24

投稿

atmn3356
atmn3356

スコア157

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,47 @@
75
75
  もし原因に心当たりのある方がいらっしゃいましたら、ご教授お願い致します。
76
76
 
77
77
  宜しくお願い致します。
78
+
79
+
80
+
81
+ ### 追記
82
+
83
+ APIGateway
84
+
85
+ ```
86
+
87
+ {
88
+
89
+ "message": "Unsupported Media Type"
90
+
91
+ }
92
+
93
+ ```
94
+
95
+ Lambda
96
+
97
+ ```
98
+
99
+ {
100
+
101
+ "errorMessage": "RequestId: 833a3f57-5a31-11e8-872e-ad422717381f Process exited before completing request"
102
+
103
+ }
104
+
105
+ ```
106
+
107
+ ```
108
+
109
+ START RequestId: 833a3f57-5a31-11e8-872e-ad422717381f Version: $LATEST
110
+
111
+ 2018-05-18T00:22:14.291Z 833a3f57-5a31-11e8-872e-ad422717381f TypeError: Cannot read property 'param1' of undefined
112
+
113
+ at exports.handler (/var/task/index.js:4:47)
114
+
115
+ END RequestId: 833a3f57-5a31-11e8-872e-ad422717381f
116
+
117
+ REPORT RequestId: 833a3f57-5a31-11e8-872e-ad422717381f Duration: 39.41 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 46 MB
118
+
119
+ RequestId: 833a3f57-5a31-11e8-872e-ad422717381f Process exited before completing request
120
+
121
+ ```