Skip to content

Instantly share code, notes, and snippets.

@keithrozario
Created March 3, 2019 10:39
Show Gist options
  • Save keithrozario/2d521666cc980bf26c5f891b67ff692f to your computer and use it in GitHub Desktop.
Save keithrozario/2d521666cc980bf26c5f891b67ff692f to your computer and use it in GitHub Desktop.
Serverless Yaml import region
provider:
name: aws
runtime: python3.7
stage: ${opt:stage, 'default'}
region: ${file(../infra/terraform.tfvars.json):aws_region.${self:provider.stage}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment