Skip to content

Commit

Permalink
leave user in the right place to execute pulumi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBoyle committed Nov 8, 2019
1 parent 54da577 commit a22cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-cs-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd dotnetLambda/src/dotnetLambda/ && dotnet restore && dotnet build && dotnet pu

2. Execute our Pulumi program to archive our published function output, and create our lambda.
```bash
cd ./pulumi/ && pulumi up && cd ../
cd ./pulumi/ && pulumi up
```

3. Call our lambda function from the aws cli.
Expand Down

0 comments on commit a22cdec

Please sign in to comment.