localstack
localstack copied to clipboard
feature request: implement 'appconfigdata'
Is there an existing issue for this?
- [X] I have searched the existing issues
Feature description
I would like to use 'appconfigdata' as describt here https://awscli.amazonaws.com/v2/documentation/api/latest/reference/appconfigdata/index.html, so that we can test feature flag's locally with localstack.
Before the useage 'appconfigdata' I store the data via
awslocal appconfig create-hosted-configuration-version ...
and deploy the configuration via
awslocal appconfig start-deployment ...
🧑💻 Implementation
No response
Anything else?
No response
Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our developer guide.
[Pro] +1 for this request
+1
+1
Hello @oliverbrixel - thanks for the report! I'm not deeply familiar with appconfig, but LocalStack does have some coverage, see:
- docs: https://docs.localstack.cloud/user-guide/aws/appconfig/
- coverage: https://docs.localstack.cloud/references/coverage/coverage_appconfig/
The coverage includes the operations you mentioned (CreateHostedConfigurationVersion & StartDeployment). Would this coverage already fulfill this feature request, or could you specify more what you're missing from LocalStack side? (specific operations / parity / ...)
Thanks!
Hello 👋! It looks like this issue hasn’t been active in longer than two months. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.
Hi again, quick update @oliverbrixel @mrjpierce @mickjmason - we have now pushed an initial implementation of the appconfigdata service. When you get a chance, can you please pull the latest Pro image and give it another try? Please let us know if there are any questions or issues.. Thanks!