Skip to content

Commit

Permalink
Changed path templating
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergreenwald committed Mar 19, 2024
1 parent c6b210b commit 5fc1d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/aws-iam/tutorials/aws-visibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ First, we will deploy two Lambda functions (`DadJokeLambdaFunction` and `Feed

We can deploy the lambda functions and their required roles with the following command:
```bash
curl http://localhost:3003/code-examples/aws-visibility/cloudformation.yaml -o template.yaml && \
curl ${ABSOLUTE_URL}/code-examples/aws-visibility/cloudformation.yaml -o template.yaml && \
aws cloudformation deploy --template-file template.yaml --stack-name OtterizeTutorialJokeTrainingStack --capabilities CAPABILITY_IAM --region 'us-west-2'
```
<details>
Expand All @@ -83,7 +83,7 @@ aws cloudformation deploy --template-file template.yaml --stack-name OtterizeTut
```
</details>

### Deploy clusters with access to Lambda functions
### Deploy server with access to Lambda functions

Now that our Lambdas are deployed, we want to deploy our server pod within our cluster and point it to our two Lambda functions. In the commands below, we will create a configmap to hold our functions ARNs and pass the map into our deployment YAML.

Expand Down

0 comments on commit 5fc1d78

Please sign in to comment.