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

Commit 0cf05ab

Browse files
committed
Correct stage input
1 parent b5b7c68 commit 0cf05ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ provider:
55
runtime: nodejs12.x
66
memorySize: 128
77
timeout: 10
8-
vpc: ${self:custom.vpc.development}
9-
stage: development
8+
vpc: ${self:custom.vpc.${opt:stage}}
9+
stage: ${opt:stage}
1010
region: eu-west-2
1111

1212
functions:

0 commit comments

Comments
 (0)