Created
October 23, 2016 18:44
-
-
Save yeehaa123/116458004e0f76f53013c787fa2afed8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
BookmarksStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: bookmarks-${opt:stage} | |
ShardCount: 1 | |
ResourcesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: resources-${opt:stage} | |
ShardCount: 1 | |
EmbedlyStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: embedly-${opt:stage} | |
ShardCount: 1 | |
GithubReposStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: github-repos-${opt:stage} | |
ShardCount: 1 | |
GithubCoursesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: github-courses-${opt:stage} | |
ShardCount: 1 | |
RawCoursesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: raw-courses-${opt:stage} | |
ShardCount: 1 | |
ProcessedCoursesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: processed-courses-${opt:stage} | |
ShardCount: 1 | |
SavedCoursesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: saved-courses-${opt:stage} | |
ShardCount: 1 | |
MissingResourcesStream: | |
Type: AWS::Kinesis::Stream | |
Properties: | |
Name: missing-resources-${opt:stage} | |
ShardCount: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment