File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ phases:
145145 - dotnet new -i Amazon.Lambda.Templates::*
146146 - dotnet tool install -g Amazon.Lambda.Tools
147147 - dotnet tool update -g Amazon.Lambda.Tools
148- - dotnet lambda deploy-function "Dotnetlambda4" --function-role "arn:aws:iam::065770805525 :role/Sundarfulllambdarole" --region "us-east-1"
148+ - dotnet lambda deploy-function "Dotnetlambda4" --function-role "arn:aws:iam::yourawsaccountnumber :role/Sundarfulllambdarole" --region "us-east-1"
149149```
150150
151151## 2d. Push to AWS CodeCommit repository
@@ -366,7 +366,7 @@ phases:
366366 - dotnet new -i Amazon.Lambda.Templates::*
367367 - dotnet tool install -g Amazon.Lambda.Tools
368368 - dotnet tool update -g Amazon.Lambda.Tools
369- - dotnet lambda deploy-function "Dotnetlambda4" --function-role "arn:aws:iam::065770805525 :role/Sundarfulllambdarole" --region "us-east-1"
369+ - dotnet lambda deploy-function "Dotnetlambda4" --function-role "arn:aws:iam::yourawsaccountnumber :role/Sundarfulllambdarole" --region "us-east-1"
370370```
371371
372372## 3e. Push to AWS CodeCommit repository
You can’t perform that action at this time.
0 commit comments