All Content tagged with AWS Cloud Development Kit (CDK)
AWS Cloud Development Kit (CDK) accelerates cloud development using common programming languages to model your applications.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
530 results
Hi!
Regarding cloud management on AWS, I'm the only person on the team, and I also want to figure out, for now, what's the most manageable option for me, and whether, if we wanted to change the struc...
2
answers
1
votes
42
views
asked 5 days ago

AWS OFFICIALUpdated 12 days ago
Hi!
We have a CDK project that uses `aws-cdk-lib/pipelines/CodePipeline` construct. This pipeline builds a docker image and then creates a lambda function. Now we need to refactor the Dockerfile and ...
2
answers
0
votes
35
views
asked 13 days ago

AWS OFFICIALUpdated 20 days ago
I manually created AWS resources using the AWS Console, including an Amazon S3 bucket, an API Gateway REST API, and an AWS Lambda function triggered by the REST API. I then attempted to migrate this e...
2
answers
0
votes
84
views
asked a month ago
Hi,
We have a Cloudfront SaaS / Multi-Tenant distribution with a Lambda@Edge which had been functioning perfectly fine for quite a while. Last successful update was on 16th of March.
We are now rele...
2
answers
0
votes
55
views
asked 2 months ago
I’m seeing a consistent drift detection failure on an RDS Proxy target group resource, and it appears to happen during CloudFormation drift evaluation (not synth/deploy).
Setup:
CDK app (Python)
Re...
1
answers
0
votes
36
views
asked 2 months ago
InfluxDB on AWS v3 can be installed via console.
But the current CDK and CloudFormation seems not to support InfluxDB on AWS v3.
I tried different ways CDK, CloudFormation, CLI without success.
The...
2
answers
0
votes
70
views
asked 3 months ago
Austin DarrahEXPERT
published 3 months ago1 votes298 views
Migrating to SSM parameters for CDK cross stack references to dynamically reference resources between stacks
I use python boto3 to create a bedrock agentCore gateway:
```
client = boto3.client("bedrock-agentcore-control", region_name=region)
...
gw = client.create_gateway(
name=props["GatewayName"]...
1
answers
0
votes
99
views
asked 4 months ago
Ram PatelEXPERT
published 4 months ago5 votes590 views
This comprehensive guide will help to validate LZA configuration files locally. One of the significant pain points for users of LZA is the waiting time for the pipeline to run. This solution lets user...