Fork me on GitHub
#aws
<
2022-05-18
>
Daniel Shriki12:05:01

aws has changed slightly the appconfig service’s rest api for fetching the configuration data - ‘./getConfigurations’ has deprecated, and now there is another mechanism using ‘StartConfigurationSession’ and ‘GetLatestConfiguration’ (https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration.html) . I’ve tried to use cognitect (it’s the main aws lib I’m using) but when I’m running (aws/ops appconfig) it shows only the deprecated function. does anyone knows an alternative? amazonica does not support this service yet. tnx!

ghadi13:05:20

@daniels if it's a recently added API method, it take only a release of new library bumps after we run the service generators

Alex Miller (Clojure team)13:05:43

they do a new service generator release about once/week (usually on Mondays)

🙏 2
Daniel Shriki14:05:43

apparently I just wasn’t on the newest endpoint version, and it has been released not long ago 🙂 thanks!