Skip to content

Commit

Permalink
add support for stage-level runtime overrides. Closes #785
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 23, 2019
1 parent 56ed2a0 commit 8aade23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ func (l *Lambda) Override(c *Config) {
if l.VPC != nil {
c.Lambda.VPC = l.VPC
}

if l.Runtime != "" {
c.Lambda.Runtime = l.Runtime
}
}

0 comments on commit 8aade23

Please sign in to comment.