Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

fix yeoman variable for awsRegion in serverless.yml template #15

Merged
merged 2 commits into from May 22, 2017
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
2 changes: 1 addition & 1 deletion generators/aws-nodejs/templates/serverless.yml
Expand Up @@ -4,7 +4,7 @@ provider:
name: aws
runtime: nodejs6.10
profile: ${self:custom.config.profile}
region: <$- awsRegion %>
region: <%- awsRegion %>

plugins:
- serverless-plugin-aws-alerts
Expand Down