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

docs: Move warning about glob regions up a bit #638

Merged
merged 1 commit into from
Apr 8, 2018
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
4 changes: 2 additions & 2 deletions docs/04-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The `profile` property is equivalent to setting `AWS_PROFILE` for referencing AW

You may specify one or more target regions for deployment using the `regions` array. Glob style patterns may be used to match region ids. By default "us-west-2" is used unless the `AWS_REGION` environment variable is defined.

Note: Currently only a single region is supported until the issue https://github.com/apex/up/issues/134 is closed.

A single region:

```json
Expand Down Expand Up @@ -86,8 +88,6 @@ Currently Lambda supports the following regions:
- **eu-west-3** – EU (Paris)
- **sa-east-1** – South America (São Paulo)

Note: Currently only a single region is supported until the issue https://github.com/apex/up/issues/134 is closed.

## Lambda Settings

The following Lambda-specific settings are available:
Expand Down