AWS #AppConfig now has feature flags for your app. I could have used this a few years ago.
Sure beats trying to have your production app try to call back into on your onprem intranet Gitlab server to get the flags. (Btw, I didn't do that)
AWS #AppConfig now has feature flags for your app. I could have used this a few years ago.
Sure beats trying to have your production app try to call back into on your onprem intranet Gitlab server to get the flags. (Btw, I didn't do that)
Thank you for having attended our session at AWS Summit #London today.
Congrats for the live demo @olivierleplus
@awscommunity #aws #featureflag #appconfig #evidently
The source code of the demo is here 👇
New AWS::AppConfig::ExtensionAssociation
This resource lets you creates an AWS AppConfig extension association. An extension association is a specified relationship between an extension and an AWS AppConfig resource, such as an application or a configuration profile.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extensionassociation.html #appconfig #cloudformation
New AWS::AppConfig::Extension
This resource lets you creates an AWS AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AWS AppConfig workflow of creating or deploying a configuration.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html #appconfig #cloudformation