Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: apiKeyValue typo in README.md #1140

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: apiKeyValue typo in README.md
Fixing typo: `apiKeyValue` -> `api-key-value`
  • Loading branch information
johnecon committed Dec 23, 2021
commit e7bc2d614457fa2b56f8832e0e74dca481ae93b8
2 changes: 1 addition & 1 deletion aws-apigateway-py-routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $ curl -w '\n' "$(pulumi stack output swagger-url)"
"uuid": ...
}

$ curl -w '\n' -H "x-api-key: $(pulumi stack output apiKeyValue --show-secrets)" "$(pulumi stack output url)key-authorized"
$ curl -w '\n' -H "x-api-key: $(pulumi stack output api-key-value --show-secrets)" "$(pulumi stack output url)key-authorized"
Hello, API Gateway!
```

Expand Down