mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
16 lines
428 B
YAML
16 lines
428 B
YAML
# This is the Serverless Environment File
|
|
#
|
|
# It contains listing of your stages, and their regions
|
|
# It also manages serverless variables at 3 levels:
|
|
# - common variables: variables that apply to all stages/regions
|
|
# - stage variables: variables that apply to a specific stage
|
|
# - region variables: variables that apply to a specific region
|
|
|
|
vars:
|
|
stages:
|
|
dev:
|
|
vars:
|
|
regions:
|
|
us-east-1:
|
|
vars:
|