Skip to content

Commit 7a3ee7c

Browse files
bokuwebmythrnr
andauthored
Feat/aws sdk2 (#290)
* feat: define aws-sdk feature * chore: add implementation for aws-sdk-rust * chore: implement derive macro for aws-sdk * chore: impl tests for aws-sdk feature * fix: clippy warnings * feat: upgrade aws-sdk-rust v1 * Some updates fix: creating configuration for aws-sdk-rust. chore: use tokio::test macro. * chore: update dependencies. * fix: clippy warnings * chore: allow ambiguous glob re-exports for aws-sdk feature. * Some updates - chore: change import path on feature aws-sdk. - chore: add nop retry settings and use it on feature aws-sdk. - fix: run delete/scan api with retry policy. * fix: handling optional value. add module path for idents. * fix: spelling mistakes * chore: add handling ValidationException. * chore: update dependencies and README * chore: raiden needs at least Rust 1.76.0 * fix: README * chore: add logging for debugging. * fix: code style. * fix: remove image on down. * fix: remove needless setup dynamodb action. * fix: enable to use attribute use_default for generic type. --------- Co-authored-by: mythrnr <32730704+mythrnr@users.noreply.github.com>
1 parent 469b12c commit 7a3ee7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+10022
-4086
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
1717
with:
1818
profile: minimal
19-
toolchain: 1.80.0
19+
toolchain: 1.88.0
2020
override: true
2121
- name: Install deps
2222
run: sudo apt-get install libssl-dev

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.vscode
2+
node_modules
13
target
2-
node_modules

0 commit comments

Comments
 (0)