Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus authored Dec 5, 2024
1 parent b15403d commit 0987f93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ to seamlessly merge data from AWS Secrets Manager into Bootique app configuratio

## Quick FAQ
### What AWS SDK Version does Bootique support?
Bootique 2 supports AWS SDK `1.x`. Bootique 3 supports `2.x`, and `1.x` (in maintenance mode. No new features added to
`1.x`). We strongly encourage the users to use `*-aws2` flavor.
Bootique 2 supports AWS SDK `1.x`. Bootique 3 supports `2.x`. `1.x` is still available but is deprecated since Bootioque 3.0, doesn't have many new features, and will be removed in the future versions.

### I already have an app using Bootique with AWS SDK 1.x. How do I upgrade?
The main challenge would be to upgrade the use of AWS API, which is significantly different. You can start by reading
Expand Down Expand Up @@ -183,4 +182,4 @@ awssecrets:

## Custom Endpoints and Testing

TODO
TODO

0 comments on commit 0987f93

Please sign in to comment.