How to make changes to appConfig configurations using IaC - CDK ?

0

We are planning to build service using Lambda. We want to use app config based configurations for lambda. We would like to understand the process to update these config values. I see we can login into AWS console and make a change. Is that recommended ? I searched in AWS docs, couldn't find a way to change these variables via CDK - Iac way. Any leads on this will be super helpful ?

已提問 2 年前檢視次數 343 次
1 個回答
0

CDK provides the following L1 construct to configure the Hosted Configuration values (https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-appconfig.CfnHostedConfigurationVersion.html). There are currently no L2 constructs for AppConfig.

AWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南