Created
August 24, 2017 14:03
-
-
Save kenjinp/fcc3699385f415e9a5a1fdee55a77582 to your computer and use it in GitHub Desktop.
serverless.yml with seed example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: sg-platform-module-manager | |
custom: | |
serviceSlug: module-manager | |
dynamodb: | |
start: | |
seed: true | |
seed: | |
domain: | |
sources: | |
- | |
table: ${self:service}-${opt:stage, self:provider.stage}-configs | |
sources: [./configs-seed.json] | |
- | |
table: ${self:service}-${opt:stage, self:provider.stage}-scopes | |
sources: [./scopes-seed.json] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment