Skip to content

Commit 165f851

Browse files
authored
chore(docs): fix youtube iframes (#3882)
1 parent a57634c commit 165f851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/we_made_this.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ This article discusses how to use the Idempotency feature to work around EventBr
8989
9090
An overview of all the Powertools for AWS Lambda features put into a real world example.
9191

92-
<iframe width="620" height="378" src="https://youtu.be/DYf7kpR24dk?si=qm2wWg0asxLUY8xe" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
92+
<iframe width="560" height="315" src="https://www.youtube.com/embed/DYf7kpR24dk?si=qm2wWg0asxLUY8xe" title" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
9393

9494
### AWS re:Invent 2024 - Gain expert-level knowledge about Powertools for AWS Lambda (OPN402)
9595

9696
> **Author: [Andrea Amorosi](https://www.linkedin.com/in/dreamorosi/){target="_blank"} :material-linkedin:**
9797
9898
Did you learn serverless best practices but are unsure about implementation? Have you used Powertools for AWS Lambda but felt you barely scratched the surface? This session dives deep into observability practices, safe retries with idempotency, mono- and multi-function APIs, and more. Learn about each practice in depth, achieve expert-level knowledge, and hear from maintainers about what’s next.
9999

100-
<iframe width="620" height="378" src="https://youtu.be/kxJTq8FTkDA?si=tV75z2HVGlPxYtPA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
100+
<iframe width="560" height="315" src="https://www.youtube.com/embed/kxJTq8FTkDA?si=tV75z2HVGlPxYtPA" title" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 commit comments

Comments
 (0)