Skip to content

Commit 7308cc6

Browse files
authored
Merge pull request #536 from sliedig/develop
docs: we made this section update
2 parents 7205022 + 09688c0 commit 7308cc6

8 files changed

+78
-4
lines changed
87.1 KB
Loading
Loading
80.5 KB
Loading
89.7 KB
Loading
Loading
Loading

docs/we_made_this.md

Lines changed: 76 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,87 @@ This space is dedicated to highlight our awesome community content featuring Pow
1111

1212
## Connect
1313

14-
[![Join our Discord](https://dcbadge.vercel.app/api/server/B8zZKbbyET)](https://discord.gg/B8zZKbbyET){target="_blank"}
15-
1614
Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank"} to connect with the Powertools for AWS Lambda community 👋. Ask questions, learn from each other, contribute, hang out with key contributors, and more!
1715

18-
<!-- ## Blog posts
16+
[![Join our Discord](https://dcbadge.vercel.app/api/server/B8zZKbbyET)](https://discord.gg/B8zZKbbyET){target="_blank"}
1917

2018
## Videos
2119

20+
Check out the great series of videos from Rahul Nath on Powertools for AWS Lambda (.NET). Rahul is a programmer, blogger, Microsoft MVP, AWS Community Builder and YouTuber! He loves teaching and try to explain 'Why we do, What we do' by going a level deeper in the things I teach. His YouTube channel has a lot of AWS content that you can what on his [AWS .NET series](https://bit.ly/aws-net-series){:target="_blank"}.
21+
22+
<div class="grid cards" markdown>
23+
24+
- :material-motion-play-outline:{ .lg .middle } __Logging__
25+
26+
---
27+
![Logging showcase](./media/we_made_this/rahul_nath_logging.png)
28+
29+
The Powertools for AWS Lambda (.NET) Logging utility provides a Lambda-optimized logger to output JSON logs. In this video, let's learn how to get started with the Powertools for Lambda Logging utility when building Lambda Functions in .NET.
30+
31+
[:octicons-arrow-right-24: Watch now](https://youtu.be/uQxAIYkdNFM?si=vwnqTwzJ1rL89MJ9){:target="_blank"}
32+
33+
- :material-motion-play-outline:{ .lg .middle } __Tracing__
34+
35+
---
36+
![Tracing showcase](./media/we_made_this/rahul_nath_tracing.png)
37+
38+
The Powertools for AWS Lambda (.NET) Tracing library is an opinionated wrapper for AWS X-Ray aimed to reduce the overhead of performing common tracing tasks. In this video let’s explore how you can start using the Lambda Annotations library when building AWS Lambda Functions in .NET.
39+
40+
[:octicons-arrow-right-24: Watch now](https://youtu.be/m8JL-aYrLHw?si=38UyseHFXYXH0vFn){:target="_blank"}
41+
42+
- :material-motion-play-outline:{ .lg .middle } __Metrics__
43+
44+
---
45+
![Metrics showcase](./media/we_made_this/rahul_nath_metrics.png)
46+
47+
The Powertools for AWS Lambda (.NET) Metrics library makes publishing custom metrics from your AWS Lambda Function easy. In this video, let's learn how to easily integrate with Amazon CloudWatch Metrics and start publishing custom metrics from your .NET AWS Lambda Function.
48+
49+
[:octicons-arrow-right-24: Watch now](https://youtu.be/SQ3rY28Eqeo?si=8A4cBYPQXLpHw2GX){:target="_blank"}
50+
51+
- :material-motion-play-outline:{ .lg .middle } __Parameters__
52+
53+
---
54+
![Parameters showcase](./media/we_made_this/rahul_nath_parameters.png)
55+
56+
The Powertools for AWS Lambda (.NET) Parameters library makes it easy to work with these different services and retrieve parameter values. In this video, let’s learn how to get started using the Lambda Powertools Parameters NuGet package and how to use it when building Lambda Functions.
57+
58+
[:octicons-arrow-right-24: Watch now](https://youtu.be/3Mdbaf4ox78?si=KyffGeKj4ZTXAm-C){:target="_blank"}
59+
60+
- :material-motion-play-outline:{ .lg .middle } __Idempotency__
61+
62+
---
63+
![Parameters showcase](./media/we_made_this/rahul_nath_idempotency.png)
64+
65+
The Powertools for AWS Lambda (.NET) Idempotency utility makes it easy to convert your Lambda functions into idempotent operations that are safe to retry. In this video, let's learn how to get started using the Powertools Idempotency package, some key features, and how it easily fits into your existing Lambda Functions.
66+
67+
[:octicons-arrow-right-24: Watch now](https://youtu.be/v-A8iP0hSLQ?si=RZL23BRwO-kd1iq5){:target="_blank"}
68+
69+
- :material-motion-play-outline:{ .lg .middle } __Batch Processing__
70+
71+
---
72+
![Parameters showcase](./media/we_made_this/rahul_nath_batch.png)
73+
74+
The Powertools for AWS Lambda (.NET) Batch processing utility makes it easy to process a batch of messages from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams. In this video, let’s learn how to use the Lambda Powertools Batch processing utility to process messages in batches from Amazon SQS.
75+
76+
[:octicons-arrow-right-24: Watch now](https://youtu.be/vWYj6JwuiZ4?si=ccMqc25VV4cu_9B1){:target="_blank"}
77+
78+
</div>
79+
2280
## Workshops
2381

82+
### Accelerate your serverless journey with Powertools for AWS Lambda
83+
84+
Are you hoping to speed up your serverless applications with best practices and faster development? Powertools for AWS Lambda can help you reduce boilerplate code and increase developer velocity.
85+
In this workshop, learn how you can implement structured logging and tracing, operational and business metrics, and idempotency practices for a media processing application. Choose between Python, JavaScript/TypeScript, Java, or .NET when building your program.
86+
87+
[:octicons-arrow-right-24: Explore workshop](https://catalog.workshops.aws/powertools-for-aws-lambda){:target="_blank"}
88+
89+
### AWS Serverless Developer Experience Workshop: A day in a life of a developer
90+
91+
This advanced workshop teaches building serverless solutions with AWS SAM and AWS SAM CLI. Learn about event-driven architectures, messaging patterns, orchestration, observability, and Powertools for AWS Lambda, in four different runtimes. Explore open-source tools and simplified CI/CD deployments with SAM Pipelines.
92+
93+
[:octicons-arrow-right-24: Explore workshop](https://catalog.workshops.aws/serverless-developer-experience){:target="_blank"}
94+
95+
<!-- ## Blog posts
96+
2497
## Sample projects -->

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ markdown_extensions:
7979
- name: mermaid
8080
class: mermaid
8181
format: !!python/name:pymdownx.superfences.fence_code_format
82-
82+
- md_in_html
83+
8384
copyright: Copyright &copy; 2023 Amazon Web Services
8485

8586
plugins:

0 commit comments

Comments
 (0)