Skip to content

Commit 9235dfd

Browse files
committed
add media live stream into top readme
1 parent d635dfa commit 9235dfd

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ npx cdk deploy
189189

190190
<br /><hr /><br />
191191

192+
#### [The Media Live Stream](the-media-live-stream/README.md)
193+
This is an example of how to deploy a Serverless environment to stream live event content.
194+
![Architecture](the-media-live-stream/img/the-media-live-stream.png)
195+
196+
<br /><hr /><br />
197+
192198
#### [The Predictive Lambda](the-predictive-lambda/README.md)
193199
Deploy a custom Python ML model inside a Docker container running on AWS Lambda
194200
![Architecture](the-predictive-lambda/img/arch_with_cdkp.png)
@@ -271,6 +277,7 @@ npx cdk deploy
271277
* [James Beswick](#james-beswick)
272278
* [Jeremy Daly](#jeremy-daly)
273279
* [Joppe Pelzer](#joppe-pelzer)
280+
* [Leandro Damascena](#leandro-damascena)
274281
* [Matt Coulter](#matt-coulter)
275282
* [Thorsten Hoeger](#thorsten-hoeger)
276283
* [Vyas Sarangapani](#vyas-sarangapani)
@@ -498,6 +505,17 @@ npx cdk deploy
498505

499506
<br /><hr /><br />
500507

508+
### Leandro Damascena
509+
<img src="img/dev_profiles/leandro-damascena.jpg" width="120" alt="Leandro Damascena profile pic" /><br />
510+
511+
Cloud Solutions Architect, Writer http://leandrodamascena.medium.com and Open-source enthusiast.<br />
512+
513+
#### [The Media Live Stream](the-media-live-stream/README.md)
514+
This is an example of how to deploy a Serverless environment to stream live event content.
515+
![Architecture](the-media-live-stream/img/the-media-live-stream.png)
516+
517+
<br /><hr /><br />
518+
501519
### Matt Coulter
502520
<img src="img/dev_profiles/nideveloper.png" width="120" alt="nideveloper profile pic" /><br />
503521

46.9 KB
Loading

info.json

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"the-lambda-trilogy": {
4949
"prodReady": false
5050
},
51+
"the-media-live-stream": {
52+
"prodReady": false
53+
},
5154
"the-predictive-lambda": {
5255
"prodReady": false
5356
},

0 commit comments

Comments
 (0)