質問編集履歴
2
詳細のエラーコードを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,31 @@
|
|
46
46
|
|
47
47
|
sam init はルートディレクトリで行いましたが、上のようなエラーが出てしまい困っております。
|
48
48
|
|
49
|
+
#エラーの詳細
|
49
50
|
|
51
|
+
sam init --debugで詳細のログを確認したところ、以下のように表示されました。
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
```ここに言語を入力
|
56
|
+
|
57
|
+
Parameters dict created with input given
|
58
|
+
|
59
|
+
{'template': 'C:\Program Files\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\init\templates\cookiecutter-aws-sam-hello-python', 'output_dir': '.', 'no_input': True, 'extra_context': {'project_name': 'sam-app', 'runtime': 'python3.8'}}
|
60
|
+
|
61
|
+
Baking a new template with cookiecutter with all parameters
|
62
|
+
|
63
|
+
Unable to find cookiecutter.json in the project. Downloading it directly without treating it as a cookiecutter template
|
64
|
+
|
65
|
+
Downloading project from C:\Program Files\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\init\templates\cookiecutter-aws-sam-hello-python to sam-app
|
66
|
+
|
67
|
+
Sending Telemetry: {'metrics': [{'commandRun': {'awsProfileProvided': False, 'debugFlagProvided': True, 'region': '', 'commandName': 'sam init', 'duration': 14535, 'exitReason': 'ArbitraryProjectDownloadFailed', 'exitCode': 1, 'requestId': '56df9801-7ae7-4e3b-af20-6f1ef4a6ac15', 'installationId': '8077026c-858a-4ff1-8ce5-0a73c980cf80', 'sessionId': 'ecf42a91-5f31-4423-9627-de1c60d4b59c', 'executionEnvironment': 'CLI', 'pyversion': '3.7.6', 'samcliVersion': '0.47.0'}}]}
|
68
|
+
|
69
|
+
HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1)
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
```
|
50
74
|
|
51
75
|
#ご回答をよろしくお願いいたします。
|
52
76
|
|
1
コンソールの画像を追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
#sam init で以下の内容のエラーが出ました。
|
16
16
|
|
17
17
|
|
18
|
+
|
19
|
+
![イメージ説明](11465be97744ccedfbdcd8e00a2ed4d6.png)
|
18
20
|
|
19
21
|
```ここに言語を入力
|
20
22
|
|