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 ?
asked 2 months ago22 views
1 Answers
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.
Relevant questions
How to use AWS CDK to compile and deploy a typescript api with dependencies to lambda?
asked 5 months agoRestricting IPs for Lambda functions connected to VPCs
Accepted Answerasked a year agoHow to make changes to appConfig configurations using IaC - CDK ?
asked 2 months agoHow to add python libraries to lambda using the CDK?
Accepted Answerasked 2 years agoWhen to use Lambda env variable and App Config ?
asked 2 months agocan we attach the custom domain to lambda function urls ?
Accepted Answerasked 2 months agoHow to run AWS CONFIG advanced queries using Lambda Function
asked 12 days agoCan Lambda automatically update layer configurations?
asked 2 months agoHow do we use build-in velocity tools inside resolvers?
asked 3 years agowhen to use ECR in lambda ?
asked 2 months ago