-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElastiCache: Add the create_cache_cluster
, delete_cache_cluster
and describe_cache_clusters
methods support
#6754
Conversation
…sed on the cache engine used
…n if not specified
…remove and cache_node_ids_to_reboot attributes
…ers_not_in_replication_groups parameters
…te_cache_cluster methods
…ribe_cache_clusters methods
create_cache_cluster
, describe_cache_clusters
and delete_cache_cluster
methods supportcreate_cache_cluster
, delete_cache_cluster
and describe_cache_clusters
methods support
Codecov Report
@@ Coverage Diff @@
## master #6754 +/- ##
==========================================
- Coverage 96.20% 96.20% -0.01%
==========================================
Files 806 812 +6
Lines 79359 79644 +285
==========================================
+ Hits 76351 76619 +268
- Misses 3008 3025 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for adding these features @jfmainville!
This is now part of moto >= 4.2.1.dev37 |
Thanks for the update! I'm working on a project for multiple AWS services at the time, so I will add additional methods over the coming weeks as I'm implementing them. |
…nd `describe_cache_clusters` methods support (getmoto#6754)
Added the base configuration for the following Elasticache methods:
The pagination functionality for the
describe_cache_clusters
needs to be implemented, but the base configuration that I completed so far can be used to validate the necessary integrations.