-
Notifications
You must be signed in to change notification settings - Fork 146
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
Feature request: implement SSMProvider
#1176
Comments
If it's not actively being worked on by someone else then I'd love to have a go at implementing. |
Hi @buggy, thanks for your interest. I think @dreamorosi is already working on it. Let's wait for his answer before investing time in it (he is at re:invent at the moment so his answer might come late). |
Hi @buggy thanks for offering to contribute to our project. As Florian mentioned the PR for What do you think? |
@dreamorosi I'm happy to help. |
Hey there! I would like to join too and then implement |
Hi everyone, sorry for going dark in the past days. After re:Invent I got sick (now I'm fine!) and wasn't able to finish the PR. I'm planning on having it up by mid this week, so that you can start reviewing it. |
Hi folks, I have opened a draft PR (#1187) with the main features for SSMProvider. The PR is still a draft because there are some additional features from Python that I still need to implement, however the base This should be enough to get started with the other providers given that they only implement these or a subset of these patterns. If you're still interested in contributing I would suggest starting with a proposal under the respective issue of each provider. |
|
Summary
The Parameters utility should allow customers to retrieve one or more parameters stored in AWS Systems Manager.
This work includes the following tasks:
Why is this needed?
1/ So that customers are able to retrieve parameters from SSM, 2/ to reach feature parity with Powertools for Python.
Which area does this relate to?
Parameters
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: