We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85d85d4 + ab61e0f commit 04003d5Copy full SHA for 04003d5
metering/serverless.yml
@@ -38,6 +38,14 @@ package:
38
functions:
39
verify-deamon:
40
handler: handlers/verify_handler.main
41
+ role: ${file(./config.${self:provider.stage}.json):ROLE}
42
+ vpc:
43
+ securityGroupIds:
44
+ - ${file(./config.${self:provider.stage}.json):SG1}
45
+ - ${file(./config.${self:provider.stage}.json):SG2}
46
+ subnetIds:
47
+ - ${file(./config.${self:provider.stage}.json):VPC1}
48
+ - ${file(./config.${self:provider.stage}.json):VPC2}
49
events:
50
- http:
51
path: /verify
0 commit comments