Skip to content

Commit 64cc5cf

Browse files
authored
docs(community): fix social handlers for Ran (#1654)
1 parent b6ba0b2 commit 64cc5cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/we_made_this.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank"} to connect
1919

2020
### AWS Lambda Cookbook — Following best practices with Lambda Powertools
2121

22-
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/ranthebuilder){target="_blank"}**
22+
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank"}**
2323
2424
A collection of articles explaining in detail how Lambda Powertools helps with a Serverless adoption strategy and its challenges.
2525

@@ -72,7 +72,7 @@ This article walks through a sample AWS EventBridge cookiecutter template presen
7272

7373
#### Building a resilient input handling with Parser
7474

75-
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/ranthebuilder){target="_blank"}**
75+
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank"}**
7676
7777
When building applications with AWS Lambda it is critical to verify the data structure and validate the input due to the multiple different sources that can trigger them. In this session Ran Isenberg (CyberArk) will present one of the interesting features of AWS Lambda Powertools for python: the parser.
7878

@@ -82,7 +82,7 @@ In this session you will learn how to increase code quality, extensibility and t
8282

8383
#### Talk DEV to me | Feature Flags with AWS Lambda Powertools
8484

85-
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/ranthebuilder){target="_blank"}**
85+
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank"}**
8686
8787
A deep dive in the [Feature Flags](./utilities/feature_flags.md){target="_blank"} feature along with tips and tricks.
8888

@@ -108,7 +108,7 @@ Throughout the labs we will introduce each of the AWS Lambda Powertools Core uti
108108

109109
### Complete Lambda Handler Cookbook
110110

111-
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/ranthebuilder){target="_blank"}**
111+
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank"}**
112112
113113
This repository provides a working, deployable, open source based, AWS Lambda handler and [AWS CDK](https://aws.amazon.com/cdk/){target="_blank"} Python code.
114114

0 commit comments

Comments
 (0)