aws-samples / aws-samples/amazon-dotnet-api-to-lambda

Error trying to deploy using SAM

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
28
フォーク
9
PR マージ指標
30日以内にマージされた PR はありません

説明

When trying to deploy to AWS I encountered errors when following Step 2 -2.

I was able to execute the code locally. Nice!
I was also successful on Step 1. Infrastructure of Serverless Deployment.
I was successful on Step 2 - 1 (sam build)
However when executing Step 2 -2 (sam deploy) The following errors were encountered:

Ran this command with the appropriate parameters:
PS C:\source\repo\amazon-dotnet-api-to-lambda\src\serverless\DotnetToLambda.Serverless> _sam deploy --parameter-overrides ParameterKey=SecretArn,ParameterValue=... ParameterKey=PrivateSubnet1,ParameterValue=... ParameterKey=PrivateSubnet2,ParameterValue=... ParameterKey=SecurityGroup,ParameterValue=..._

Got this error:
Error: **Missing option '--stack-name'**, 'sam deploy --guided' can be used to provide and save needed parameters for future deploys.

I was able to resolve this error by adding --stack-name _InfrastructureStack_. Then I got the following error:

Ran this command:
PS C:\source\repo\amazon-dotnet-api-to-lambda\src\serverless\DotnetToLambda.Serverless> _sam deploy --stack-name InfrastructureStack --parameter-overrides ..._

Got this error:
Error: **Unable to upload artifact ReserveBookingFunction referenced by CodeUri parameter of ReserveBookingFunction resource**.
S3 Bucket not specified, use --s3-bucket to specify a bucket name, or use --resolve-s3 to create a managed default bucket, or run sam deploy --guided

I'm assuming that in the template.yaml file, this setting is not correct? If so, what should it be?
CodeUri: ./src/ReserveBooking/

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

template.yaml と issue に記載された Step 2-2 sam deploy コマンドから始め、デプロイディレクトリから CodeUri がどのように解決されるかを確認します。文書化されているデプロイの前提条件と、報告されている stack-name および S3 アップロードオプションの不足を比較します。完了の条件は、文書化されているコマンドがこれらのエラーなしでデプロイを完了することです。issue ではテストについて言及されていません。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
aws, csharp
領域
cloud, devops
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。