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!
@daniels if it's a recently added API method, it take only a release of new library bumps after we run the service generators
they do a new service generator release about once/week (usually on Mondays)
apparently I just wasn’t on the newest endpoint version, and it has been released not long ago 🙂 thanks!