aws-cdk icon indicating copy to clipboard operation
aws-cdk copied to clipboard

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Results 767 aws-cdk issues
Sort by recently updated
recently updated
newest added

### Describe the bug When defining a step scaling policy for a fargate service, the `BasicStepScalingPolicyProps` doesn't allow for the specification of how to treat the missing data for the...

bug
needs-triage
@aws-cdk/aws-applicationautoscaling

Hey there, Currently we're migrating a serverless project to use the CDK. What we're experiencing now is that despite setting an ID for an Origin behavior it is always overwritten...

p2
feature-request
@aws-cdk/aws-cloudfront
effort/medium

---- Closes: #21490 DNS namespaces are currently setup in a way which only allow for discoverability via DNS or API, this means it is not currently possible to register non-ip...

p2

Although SSL Certificates may contain alternate subject domains with different hosted zones and it is possible to create such certificates via Web Console, aws command line and, in fact, CDK...

bug
p2
effort/medium
@aws-cdk/aws-certificatemanager

### What is the problem? tsconfig.json can have comments in it, as explained here: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-1-8.html#allow-comments-in-tsconfigjson But the aws-lambda-nodejs will try to load tsconfig and it fails because of comments. ###...

p2
feature-request
@aws-cdk/aws-lambda-nodejs

Changes the CDK CLI to publish assets before deploying any stacks. This allows the CDK CLI to catch docker asset build errors, such as from rate limiting, before any stacks...

p2
feature-request

### What is the problem? I tried to extract the public key for an asymmetric KMS key but I get a ```Response is not valid JSON``` error. ### Reproduction Steps...

bug
p1
@aws-cdk/aws-kms
service-api

### Describe the feature The CDK CLI will refuse to hotswap a resource if its definition contains the intrinsic function `Fn::Import`. ``` Could not perform a hotswap deployment, because the...

p1
@aws-cdk/core
feature-request
effort/medium

### Describe the bug I am trying to deploy an Flink Java application through KDA v2 (L1 construct). In the configuration `CfnApplication.applicationConfiguration.applicationCodeConfiguration.codeContent` part, I tried to use `aws-s3-asset` to upload...

bug
@aws-cdk/aws-s3
needs-triage

### Describe the bug I'm using the preCompilation flag on the NodejsFunction (version 2.32.0) and the emitDecoratorMetada: true flag as I need reflect-metadata on the transpiled code. Running npm run...

bug
@aws-cdk/aws-lambda-nodejs