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

A collection of higher-level reusable cdk constructs

Results 63 cdk-constructs issues
Sort by recently updated
recently updated
newest added

Since CDK versions often introduce changes, the versions of the CDK should be exactly specified in the package dependencies. This is how other CDK libraries (e.g. CDK Patterns https://github.com/cdk-patterns/serverless/blob/main/the-basic-mq/typescript/package.json) work.

When a DynamoDB table has a customer-managed CMK, the following error occurs: ``` Received response status [FAILED] from custom resource. Message returned: KMS key access denied error: com.amazonaws.services.kms.model.AWSKMSException: The ciphertext...

I have a situation where I'd like to have multiple stacks in the same account & region so multiple developers can have their own independent stack, however StaticSiteAuthorization appears to...

We use React Router on pages that we're deploying with `StaticWebsite`. This means we're deploying a single `index.html` but all paths need to map to it so the client side...

Hi, I started using your awesome package recently to support lambda@edge function from a non us-east-1 stack. I have a problem though regarding graceful deletion of the stack that used...

When running `cdkdx upgrade-cdk`, ensure that the cdk version is pinned rather than flexible. Fixes #75

The aws-sdk exposes an `alarmConfiguration`attribute to configure alarms that trigger a rollback of the blue-green deployment. This could be exposed to the CDK. I will look at opening a PR...

### Context I'm following [this tutorial](https://aws.amazon.com/fr/blogs/developer/cdk-pipelines-continuous-delivery-for-aws-cdk-applications/) to setup a CDK pipeline. As I want to follow a gitflow like workflow (`develop` deploying to `Staging` and `main` deploying to `Prod`), I...

I'm getting the following error while trying to deploy the cloudfront-authorization stack. It's failing while trying to create the secret-generator lambda function in CloudFormation, although it does compile it successfully...

Sorry for the lack of description. The custom resource will invoke a lambda function for cdk-pull-request-approval-rule and for cdk-pull-request-approval-rule-association. This lambda function requires an execution/invocation IAM role. The cdk deploy...