Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit b3760ed

Browse files
committed
Bootstrap script and tooltip to install jq
1 parent 8ab09ee commit b3760ed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

workshop/content/canaries/rollbacks/faketraffic/_index.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ $(aws lambda list-functions | jq -r .Functions[0].FunctionName):live \
1515
response.json
1616
```
1717

18+
{{% notice tip %}}
19+
If you get an error that `jq` command is not installed, you can install it by running `sudo yum install -y jq`.
20+
{{% /notice%}}
21+
1822
Example:
1923

2024
![LambdaInvoke](/images/screenshot-lambda-invoke.png)

workshop/content/setup/bootstrap/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ One of the tools this workshop relies on, is the AWS SAM Command Line Interface.
1111
We have put together a bootstrap script that will make the upgrade easier for you. Download it by running the following command from your Cloud9 terminal.
1212

1313
```
14-
wget https://serverless-cicd-pipeline-artifacts-cn2m0gigrb70.s3.amazonaws.com/bootstrap.sh
14+
wget https://cicd.serverlessworkshops.io/assets/bootstrap.sh
1515
```
1616

1717
Then give it permissions to execute:

0 commit comments

Comments
 (0)