Skip to content

Commit 1cd4f91

Browse files
Small fixes
1 parent db99888 commit 1cd4f91

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/we_made_this.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank" rel="nofollo
1717

1818
## Blog posts
1919

20-
### AWS Lambda Cookbook — Following best practices with Lambda Powertools
20+
### AWS Lambda Cookbook — Following best practices with Powertools for AWS Lambda
2121

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

2626
* [Part 1 - Logging](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-1-logging){:target="_blank"}
2727

@@ -35,7 +35,7 @@ A collection of articles explaining in detail how Lambda Powertools helps with a
3535

3636
* [Part 6 - Configuration & Feature Flags](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-part-6-feature-flags-configuration-best-practices){:target="_blank"}
3737

38-
* [Serverless API Idempotency with AWS Lambda Powertools and CDK](https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk){:target="_blank"}
38+
* [Serverless API Idempotency with AWS Powertools for AWS Lambda and CDK](https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk){:target="_blank"}
3939

4040
* [Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"}
4141

@@ -51,15 +51,15 @@ This article dives into what idempotency means for APIs, their use cases, and ho
5151

5252
* [blog.walmsles.io/making-all-your-apis-idempotent](https://blog.walmsles.io/making-all-your-apis-idempotent){target="_blank" rel="nofollow"}
5353

54-
### Deep dive on Lambda Powertools Idempotency feature
54+
### Deep dive on Powertools for AWS Lambda Idempotency feature
5555

5656
> **Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank" rel="nofollow"}** :material-twitter:
5757
5858
This article describes how to best calculate your idempotency token, implementation details, and how to handle idempotency in RESTful APIs.
5959

6060
* [blog.walmsles.io/aws-lambda-powertools-idempotency-a-deeper-dive](https://blog.walmsles.io/aws-lambda-powertools-idempotency-a-deeper-dive){target="_blank" rel="nofollow"}
6161

62-
### Developing AWS Lambda functions with AWS Lambda Powertools
62+
### Developing AWS Lambda functions with Powertools for AWS Lambda
6363

6464
> **Author: [Stephan Huber](https://linkedin.com/in/sthuber90){target="_blank" rel="nofollow"}** :material-linkedin:
6565
@@ -76,7 +76,7 @@ This article walks through a sample AWS EventBridge cookiecutter template presen
7676
* [binx.io/2022/10/11/speedup-event-driven-projects/](https://binx.io/2022/10/11/speedup-event-driven-projects/){target="_blank" rel="nofollow"}
7777
* [Slides](https://www.slideshare.net/JorisConijn/let-codecommit-work-for-you){target="_blank" rel="nofollow"}
7878

79-
### Implementing Feature Flags with AWS AppConfig and AWS Lambda Powertools
79+
### Implementing Feature Flags with AWS AppConfig and Powertools for AWS Lambda
8080

8181
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank" rel="nofollow"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank" rel="nofollow"}**
8282
@@ -130,13 +130,13 @@ This article will walk you through using Powertools for AWS Lambda to optimize y
130130

131131
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank" rel="nofollow"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank" rel="nofollow"}**
132132
133-
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.
133+
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 Powertools for AWS Lambda for python: the parser.
134134

135135
In this session you will learn how to increase code quality, extensibility and testability, boost you productivity and ship rock solid apps to production.
136136

137137
<iframe src="https://player.twitch.tv/?video=1034744364&parent=docs.powertools.aws.dev&autoplay=false" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
138138

139-
#### Talk DEV to me | Feature Flags with AWS Lambda Powertools
139+
#### Talk DEV to me | Feature Flags with Powertools for AWS Lambda
140140

141141
> **Author: [Ran Isenberg](mailto:[email protected]) [:material-twitter:](https://twitter.com/IsenbergRan){target="_blank" rel="nofollow"} [:material-linkedin:](https://www.linkedin.com/in/ranisenberg/){target="_blank" rel="nofollow"}**
142142
@@ -150,7 +150,7 @@ A deep dive in the [Feature Flags](./utilities/feature_flags.md){target="_blank"
150150
151151
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.
152152

153-
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.
153+
In this talk, you will learn the added value of using feature flags as part of your CI/CD process and how Powertools for AWS Lambda can help with that.
154154

155155
#### AWS re:invent 2023 - OPN305 - The Pragmatic Serverless Python Developer
156156

@@ -166,13 +166,13 @@ Join to discover tools and patterns for effective serverless development with Py
166166

167167
## Workshops
168168

169-
### Introduction to Lambda Powertools
169+
### Introduction to Powertools for AWS Lambda
170170

171171
> **Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank" rel="nofollow"}** :material-twitter:
172172
173173
This repo contains documentation for a live coding workshop for the AWS Programming and Tools Meetup in Melbourne. The workshop will start with the SAM Cli "Hello World" example API project.
174174

175-
Throughout the labs we will introduce each of the AWS Lambda Powertools Core utilities to showcase how simple they are to use and adopt for all your projects, and how powerful they are at bringing you closer to the Well Architected Serverless Lens.
175+
Throughout the labs we will introduce each of the Powertools for AWS Lambda Core utilities to showcase how simple they are to use and adopt for all your projects, and how powerful they are at bringing you closer to the Well Architected Serverless Lens.
176176

177177
* :material-github: [github.com/walmsles/lambda-powertools-coding-workshop](https://github.com/walmsles/lambda-powertools-coding-workshop){target="_blank" rel="nofollow"}
178178

@@ -188,7 +188,7 @@ Throughout the labs we will introduce each of the AWS Lambda Powertools Core uti
188188
189189
This repository provides a working, deployable, open source based, AWS Lambda handler and [AWS CDK](https://aws.amazon.com/cdk/){target="_blank" rel="nofollow"} Python code.
190190

191-
This handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler. It uses many of the AWS Lambda Powertools utilities for Python.
191+
This handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler. It uses many of the Powertools for AWS Lambda utilities for Python.
192192

193193
:material-github: [github.com/ran-isenberg/aws-lambda-handler-cookbook](https://github.com/ran-isenberg/aws-lambda-handler-cookbook){:target="_blank"}
194194

@@ -205,8 +205,8 @@ session: OPN305 - The pragmatic serverless python developer.
205205

206206
> **Author: [Santiago Garcia Arango](mailto:[email protected]) [:material-web:](https://san99tiago.com/){target="_blank" rel="nofollow"} [:material-linkedin:](https://www.linkedin.com/in/san99tiago/){target="_blank" rel="nofollow"}**
207207
208-
This repository contains a well documented example of a Transactional Messages App that illustrates how to use Lambda PowerTools to process SQS messages in batches (with IaC on top of CDK).
208+
This repository contains a well documented example of a Transactional Messages App that illustrates how to use Powertools for AWS Lambda to process SQS messages in batches (with IaC on top of CDK).
209209

210-
It uses LambdaPowerTools Logger, Tracing, DataClasses and includes unit tests.
210+
It uses Powertools for AWS Lambda Logger, Tracing, DataClasses and includes unit tests.
211211

212212
:material-github: [github.com/san99tiago/aws-cdk-transactional-messages](https://github.com/san99tiago/aws-cdk-transactional-messages){:target="_blank"}

0 commit comments

Comments
 (0)