Skip to content

Commit

Permalink
Emily Rust Lambda Boilerplate (#101)
Browse files Browse the repository at this point in the history
* Add NotImplementedError to Smithy API definition.

* Create rust lambda boilerplace.

* Fix CI by forcing autogenerated sources to be made before cargo test.

* Remove incorrect comments.

* remove unnecessary unused_extern_crates flag.

* Address style changes and link TODO ticket

* Move main to be the first function in the lambda.
  • Loading branch information
AshtonStephens authored May 2, 2024
1 parent 62941ff commit 6a9a5a3
Show file tree
Hide file tree
Showing 9 changed files with 1,276 additions and 23 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:

- uses: Swatinem/rust-cache@v2

# Build Emily first so that the autogenerated `lib.rs` file is
# present when building the rest of the crates in the workspace.
- run: cargo build --package emily

- run: cargo test
Loading

0 comments on commit 6a9a5a3

Please sign in to comment.