Skip to content

Commit 2861422

Browse files
Update README.md
Maksed aws account numbers
1 parent 385c1df commit 2861422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)