Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Created October 23, 2016 18:44
Show Gist options
  • Save yeehaa123/116458004e0f76f53013c787fa2afed8 to your computer and use it in GitHub Desktop.
Save yeehaa123/116458004e0f76f53013c787fa2afed8 to your computer and use it in GitHub Desktop.
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