aws-cdk
                                
                                
                                
                                    aws-cdk copied to clipboard
                            
                            
                            
                        The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
### 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...
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...
---- 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...
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...
### 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. ###...
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...
### 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...
### 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...
### 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...
### 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...