#AWSのSAMのサンプルコードを実行しようとしています。
こちらのページ(AWSホームページ)に従いAWSのSAMプログラムのサンプルコードを実装しています。
#環境
windows10
git : 2.26.0
#sam init で以下の内容のエラーが出ました。
Error: Please verify your location. The following types of location are supported: * Github: gh:user/repo (or) https://github.com/user/repo (or) git@github.com:user/repo.git For Git repositories, you must use location of the root of the repository. * Mercurial: hg+ssh://hg@bitbucket.org/repo * Http(s): https://example.com/code.zip * Local Path: /path/to/code.zip
sam init はルートディレクトリで行いましたが、上のようなエラーが出てしまい困っております。
#エラーの詳細
sam init --debugで詳細のログを確認したところ、以下のように表示されました。
Parameters dict created with input given {'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'}} Baking a new template with cookiecutter with all parameters Unable to find cookiecutter.json in the project. Downloading it directly without treating it as a cookiecutter template Downloading project from C:\Program Files\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\init\templates\cookiecutter-aws-sam-hello-python to sam-app 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'}}]} HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1)
#ご回答をよろしくお願いいたします。
この作業ができずに困っています。
もしわかる方がいらっしゃれば教えていただけたら幸いです。
あなたの回答
tips
プレビュー