diff --git a/docs/we_made_this.md b/docs/we_made_this.md
index 30e64ededcb..950a8c9f24d 100644
--- a/docs/we_made_this.md
+++ b/docs/we_made_this.md
@@ -96,6 +96,16 @@ A deep dive in the [Feature Flags](./utilities/feature_flags.md){target="_blank"
+#### Level Up Your CI/CD With Smart AWS Feature Flags
+
+> **Author: [Ran Isenberg](mailto:ran.isenberg@ranthebuilder.cloud) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank"}**
+
+Feature flags can improve your CI/CD process by enabling capabilities otherwise not possible, thus making them an enabler of DevOps and a crucial part of continuous integration. Partial rollouts, A/B testing, and the ability to quickly change a configuration without redeploying code are advantages you gain by using features flags.
+
+In this talk, you will learn the added value of using feature flags as part of your CI/CD process and how AWS Lambda Powertools can help with that.
+
+
+
## Workshops
### Introduction to Lambda Powertools