-
I am working on configuring this repo in AWS codecatalyst and trying to perform a CDK deploy, I have configured workflows at my end where the CDK bootstrap was successful but the CDK deploy fails with…
-
### Describe the feature
AWS cdk support would allow Nitro to have 0 config deploy to AWS.
See discussions here for more context : https://github.com/unjs/nitro/discussions/1106
See amazing PR…
-
In order to use CDK on an AWS Account, it has to be bootstrapped.
The step by step guide.
https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping-env.html
-
### Describe the bug
Applying project template app for typescript
# Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The `cdk.json` file tell…
-
import * as cdk from 'aws-cdk-lib';
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
import * as origins from 'aws-cdk-lib/aws-cloudfront-origins';
import * as s3 from 'aws-cdk-lib/aws-s3';
…
-
### Environment information
```plain text
System:
OS: macOS 15.0
CPU: (10) arm64 Apple M1 Pro
Memory: 133.81 MB / 16.00 GB
Shell: /bin/zsh
Binaries:
Node: 20.14.0 - ~/.local/state/fnm…
-
### Describe the feature
Currently, you need to write the following code to invoke a function on a schedule:
```ts
import { join } from "path";
import {
Schedule,
ScheduleExpression,
} …
-
### Describe the bug
When trying to reference the table stream from a a table in another stack and using `cdk watch`, I get:
Could not perform a hotswap deployment, because the CloudFormation templa…
-
**Describe the bug**
I'm using the LZA to mass CDK bootstrap accounts under an OU. Here is my customizations-config.yaml
```
customizations:
cloudFormationStackSets: []
cloudFormationStacks…
-
### Describe the feature
When using [SnsPublish](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks.SnsPublish.html), it would be good if the task included granting the p…