Skip to content

Commit fa6635a

Browse files
author
Matt C
committed
add link to deconstructing video for The EventBridge ETL pattern
1 parent 29966c9 commit fa6635a

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

s3-angular-website/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the Angular website to Amazon S3 but does no
1010
## Deconstructing the S3 Angular Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515

1616
## Available Versions

s3-angular-website/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the Angular website to Amazon S3 but does no
1010
## Deconstructing the S3 Angular Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515

1616
## How To Use

s3-angular-website/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the Angular website to Amazon S3 but does no
1010
## Deconstructing the S3 Angular Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515

1616
## How To Use

s3-react-website/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the React website to Amazon S3 but does not
1010
## Deconstructing the S3 React Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515
## Available Versions
1616

s3-react-website/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the React website to Amazon S3 but does not
1010
## Deconstructing the S3 React Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515
## How To Use
1616
If you have aws configured locally or you are in cloud9 this is as simple as running two commands (assuming your terminal starts at the README.md level):

s3-react-website/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This pattern out of the box deploys the React website to Amazon S3 but does not
1010
## Deconstructing the S3 React Deploy Pattern
1111
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
1212

13-
- [YouTube](https://www.youtube.com/watch?v=tUUNiF0q7rk)
13+
[![Alt text](https://img.youtube.com/vi/tUUNiF0q7rk/0.jpg)](https://www.youtube.com/watch?v=tUUNiF0q7rk)
1414

1515
## How To Use
1616
If you have aws configured locally or you are in cloud9 this is as simple as running two commands (assuming your terminal starts at the README.md level):

the-destined-lambda/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Alternatively As illustrated in this implementation, you can use it to strip cus
5656

5757
## Desconstructing The Destined Lambda
5858
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
59-
- [Youtube](https://www.youtube.com/watch?v=DQgq_p6Q03M&feature=youtu.be)
59+
60+
[![Alt text](https://img.youtube.com/vi/DQgq_p6Q03M/0.jpg)](https://www.youtube.com/watch?v=DQgq_p6Q03M)
6061

6162
## How To Test Pattern
6263
After you deploy this pattern you will have an API Gateway with one endpoint "SendEvent" that accepts GET requests.

the-destined-lambda/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Alternatively As illustrated in this implementation, you can use it to strip cus
6565

6666
## Desconstructing The Destined Lambda
6767
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
68-
- [Youtube](https://www.youtube.com/watch?v=DQgq_p6Q03M&feature=youtu.be)
68+
[![Alt text](https://img.youtube.com/vi/DQgq_p6Q03M/0.jpg)](https://www.youtube.com/watch?v=DQgq_p6Q03M)
6969

7070
## How To Test Pattern
7171
After you deploy this pattern you will have an API Gateway with one endpoint "SendEvent" that accepts GET requests.

the-destined-lambda/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Alternatively As illustrated in this implementation, you can use it to strip cus
5656

5757
## Desconstructing The Destined Lambda
5858
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
59-
- [Youtube](https://www.youtube.com/watch?v=DQgq_p6Q03M&feature=youtu.be)
59+
[![Alt text](https://img.youtube.com/vi/DQgq_p6Q03M/0.jpg)](https://www.youtube.com/watch?v=DQgq_p6Q03M)
6060

6161
## How To Test Pattern
6262
After you deploy this pattern you will have an API Gateway with one endpoint "SendEvent" that accepts GET requests.

the-eventbridge-etl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you need to create a process where a user uploads a csv and it gets transform
2828

2929
## Desconstructing The EventBridge ETL
3030
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
31-
- [Youtube](https://www.youtube.com/watch?v=8kg5bYsdem4)
31+
[![Alt text](https://img.youtube.com/vi/8kg5bYsdem4/0.jpg)](https://www.youtube.com/watch?v=8kg5bYsdem4)
3232

3333
## How to test pattern
3434

the-eventbridge-etl/python/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ If you need to create a process where a user uploads a csv and it gets transform
2929

3030
## Desconstructing The EventBridge ETL
3131
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
32-
3332
[![Alt text](https://img.youtube.com/vi/8kg5bYsdem4/0.jpg)](https://www.youtube.com/watch?v=8kg5bYsdem4)
3433

3534
## How to test pattern

the-eventbridge-etl/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you need to create a process where a user uploads a csv and it gets transform
2929

3030
## Desconstructing The EventBridge ETL
3131
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
32-
- [Youtube](https://www.youtube.com/watch?v=8kg5bYsdem4)
32+
[![Alt text](https://img.youtube.com/vi/8kg5bYsdem4/0.jpg)](https://www.youtube.com/watch?v=8kg5bYsdem4)
3333

3434
## How to test pattern
3535

the-lambda-trilogy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is using the lambda runtime container like a docker container. You use a we
6565
## Deconstructing The Lambda Trilogy
6666
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
6767

68-
- [YouTube](https://www.youtube.com/watch?v=tHD3i06Z6gU&feature=youtu.be)
68+
[![Alt text](https://img.youtube.com/vi/tHD3i06Z6gU/0.jpg)](https://www.youtube.com/watch?v=tHD3i06Z6gU)
6969

7070
## What's In This CDK Pattern?
7171
I have bundled fully TypeScript and fully Python versions (including the lambdas) for all 3 lambda states inside this pattern because most of the logic takes place outside the AWS CDK infrastructure code.

the-lambda-trilogy/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is using the lambda runtime container like a docker container. You use a we
6565
## Deconstructing The Lambda Trilogy
6666
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
6767

68-
- [YouTube](https://www.youtube.com/watch?v=tHD3i06Z6gU&feature=youtu.be)
68+
[![Alt text](https://img.youtube.com/vi/tHD3i06Z6gU/0.jpg)](https://www.youtube.com/watch?v=tHD3i06Z6gU)
6969

7070
## What's In This CDK Pattern?
7171
I have bundled fully TypeScript and fully Python versions (including the lambdas) for all 3 lambda states inside this pattern because most of the logic takes place outside the AWS CDK infrastructure code.

the-lambda-trilogy/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is using the lambda runtime container like a docker container. You use a we
6565
## Deconstructing The Lambda Trilogy
6666
If you want a walkthrough of the theory, the code and finally a demo of the deployed implementation check out:
6767

68-
- [YouTube](https://www.youtube.com/watch?v=tHD3i06Z6gU&feature=youtu.be)
68+
[![Alt text](https://img.youtube.com/vi/tHD3i06Z6gU/0.jpg)](https://www.youtube.com/watch?v=tHD3i06Z6gU)
6969

7070
## What's In This CDK Pattern?
7171
I have bundled fully TypeScript and fully Python versions (including the lambdas) for all 3 lambda states inside this pattern because most of the logic takes place outside the AWS CDK infrastructure code.

0 commit comments

Comments
 (0)