Commit 7a3ee7c
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
File tree
110 files changed
+10022
-4086
lines changed- .github/workflows
- raiden-derive
- src
- aws_sdk
- ops
- condition
- finder
- rename
- rusoto
- ops
- raiden
- examples
- src
- aws_sdk
- ops
- serialize
- condition
- errors
- next_token
- ops
- retry
- rusoto
- update_expression
- tests/all
- setup
- fixtures
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| |||
0 commit comments