Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Correct stage input
Browse files Browse the repository at this point in the history
  • Loading branch information
LBHSPreston committed Mar 18, 2021
1 parent b5b7c68 commit 0cf05ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless.yml
Expand Up @@ -5,8 +5,8 @@ provider:
runtime: nodejs12.x
memorySize: 128
timeout: 10
vpc: ${self:custom.vpc.development}
stage: development
vpc: ${self:custom.vpc.${opt:stage}}
stage: ${opt:stage}
region: eu-west-2

functions:
Expand Down

0 comments on commit 0cf05ab

Please sign in to comment.