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

Example projects using the AWS CDK

Results 94 aws-cdk-examples issues
Sort by recently updated
recently updated
newest added

### Describe the bug aws-cdk-examples repo PR build is failing while bundle Lambda function code using DOTNET_CORE_3_1.BundlingImage. build error message - docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock....

bug
needs-triage
language/dotnet
p1

### Describe the feature Writing KMS key policies can be complex because they can contain multiple statements that specify different permissions for different users and services. This can make it...

feature-request
language/typescript
p2

### Describe the feature **Controlling R53 Failover DNS records + SNS notification through CDK** in order to automate DNS management with IaC. Specially, Failover records are complex to implement as...

feature-request
language/python
p2

### Describe the feature A secure way to integrate with services providers that require communication going through IPSEC-VPN connectivity, which is the case of many regulators in LATAM. The solution...

feature-request
language/python
p2

### Describe the feature A CDK way to set up a Event Bridge Mesh, where you relay the messages from one Event Bridge in a producer account to another Event...

feature-request
language/python
p2

### Describe the feature Currently https://docs.aws.amazon.com/cdk/v2/guide/serverless_example.html provides code example is several languages, this FR is to propose same example in golang. ### Use Case Will be useful to have examples...

feature-request
p2
language/go

### Describe the feature A CDK example demonstrating AWS CodePipeline based CICD setup for ECS-Fargate and Lambda for code sourced from Github. ### Use Case Start-ups typically begin with a...

feature-request
effort/large
language/typescript

### Describe the feature This feature allows users to build an API Gateway with an asynchronous Lambda integration, in addition to a DynamoDB integration. The POST method submits an async...

needs-triage
feature-request
language/typescript
p2

### Describe the feature Let's say that I have this function ```go func CreateCluster(stack constructs.Construct, instanceType awscdk.CfnParameter) eks.Cluster { cluster := awseks.NewCluster(stack, jsii.String("my-cluster"), &awseks.ClusterProps{ ... }) cluster.AddNodegroupCapacity(jsii.String("my-nodegroup"), &eks.NodegroupOptions{ InstanceTypes: &[]ec2.InstanceType{...

feature-request
p2
language/go

### Describe the feature --> Improve documentation for codepipeline-build-deploy examples (in each language). After deploy the CI/CD, how developer work to update the code ? Does he add the repository...

feature-request
language/python
language/typescript
p2