Skip to content

Commit d60e05c

Browse files
authored
docs: remove walkthrough from README
Removing code walkthrough as the video is no longer available on Twitch 🥲
1 parent 94e297e commit d60e05c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ This is a simple serverless application built in Rust. It consists of an API Gat
1010

1111
This single crate will create [five different binaries](./src/bin), one for each Lambda function. It uses an [hexagonal architecture pattern](https://aws.amazon.com/blogs/compute/developing-evolutionary-architecture-with-aws-lambda/) to decouple the [entry points](./src/entrypoints/), from the main [domain logic](./src/lib.rs), the [storage component](./src/store), and the [event bus component](./src/event_bus).
1212

13-
### Code walkthrough
14-
15-
If you want to learn more about Rust on Lambda and how this project is structured, you can find a recorded walkthrough on [the AWS Twitch channel](https://www.twitch.tv/videos/1201473601).
16-
1713
## 🏗️ Deployment and testing
1814

1915
### Requirements

0 commit comments

Comments
 (0)