Skip to content

Commit

Permalink
Merge branch 'main' into DynamoDBEvent_v1_1_fix_missing_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mostalive committed Nov 22, 2021
2 parents 43e6a32 + ba01fa1 commit 1d42a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,8 @@ This is a simple serverless application built in Rust. It consists of an API Gat

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/bin), from the main [domain logic](./src/lib.rs), the [storage component](./src/store), and the [event bus component](./src/event_bus).

You can find a walkthrough of the code in this project on [the AWS Twitch channel](https://www.twitch.tv/videos/1201473601).

### Requirements

* [Rust](https://www.rust-lang.org/)
Expand Down

0 comments on commit 1d42a99

Please sign in to comment.