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 link #5731

Merged
merged 2 commits into from
Jan 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/providers/aws/guide/variables.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ You can define your own variable syntax (regex) if it conflicts with CloudFormat


## Current variable sources: ## Current variable sources:


- [environment variables](#referencing-environment-variables) - [Environment variables](#referencing-environment-variables)
- [CLI options](#referencing-cli-options) - [CLI options](#referencing-cli-options)
- [other properties defined in `serverless.yml`](#reference-properties-in-serverlessyml) - [Other properties defined in `serverless.yml`](#reference-properties-in-serverlessyml)
- [external YAML/JSON files](#reference-variables-in-other-files) - [External YAML/JSON files](#reference-variables-in-other-files)
- [variables from S3](#referencing-s3-objects) - [Variables from S3](#referencing-s3-objects)
- [variables from AWS SSM Parameter Store](#reference-variables-using-the-ssm-parameter-store) - [Variables from AWS SSM Parameter Store](#reference-variables-using-the-ssm-parameter-store)
- [CloudFormation stack outputs](#reference-cloudformation-outputs) - [CloudFormation stack outputs](#reference-cloudformation-outputs)
- [properties exported from Javascript files (sync or async)](#reference-variables-in-javascript-files) - [Properties exported from Javascript files (sync or async)](#reference-variables-in-javascript-files)
- [Pseudo Parameters Reference](#referencing-Pseudo-Parameters-Reference) - [Pseudo Parameters Reference](#pseudo-parameters-reference)


## Recursively reference properties ## Recursively reference properties


Expand Down