I have been using this construct HostedConfiguration https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appconfig.HostedConfiguration.html to create an AppConfig Feature Flags using aws cdk typescript. I have search for some implementation guide but I do not see anything. Can someone provide any helpful link? My initial implementation throws an error Invalid Content during cdk deploy.
I have tried to parse my feature flag json using JSON.stringify but it still encounters the error.
RICCO SANCHO ABARRO is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.