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 feature Hi, I wrote an article to help the community to automate Quicksight assets generation (https://medium.com/@gmournos/aws-quicksight-as-code-a-unified-approach-for-quicksight-development-and-deployment-using-aws-30bbb6bd253a) and created a public repo (https://github.com/gmournos/quicksight-as-code) that automates the generation of...

feature-request
language/typescript
p2

### Describe the feature Should we update the .gitignore and the .npmignore in the typescript folder at the root? Creating this to track progress. [Template from CDK](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/init-templates/app/typescript/.template.gitignore) Document what the...

feature-request
language/typescript
p2

### Describe the feature For language parity, there should be an example written in Java for creating a WAF ### Use Case Developers who are utilizing CDK w/ Java ###...

feature-request
effort/small
language/java
p2

## :rocket: Feature Request ### General Information * [ ] :wave: I may be able to implement this feature request * [ ] :warning: This feature might incur a breaking...

feature-request
effort/medium
language/typescript
p2

### Describe the bug Example https://github.com/aws-samples/aws-cdk-examples/tree/master/java/hello-world not working, it gives error ### Expected Behavior Example should work with out any errors ### Current Behavior G:\DWork\osource\cloudc\devops\iac\aws\java\hello-world> cdk deploy [INFO] Scanning for...

bug
language/java
needs-reproduction

Created on behalf of @dmitriierkineroad from https://github.com/aws/aws-cdk/issues/18088 ### What is the problem? For this example https://github.com/aws-samples/aws-cdk-examples/tree/master/python/dynamodb-lambda sam fails to run the consumer lambda function: ... ``` Mounting /home/dmitrii/sandbox/aws-cdk-examples/python/dynamodb-lambda/.aws-sam/build/asset.de3b9cf558a0778ce41c0deffcc7f5ae1209ae47d9b4a99b9668294ae095d8dc as /var/task:ro,delegated...

bug
p1

### Describe the bug https://github.com/aws-samples/aws-cdk-examples/tree/master/java/resource-overrides fails to deploy ### Expected Behavior example should not fail ### Current Behavior [100%] success: Published fc5f710b126aed0a3bbb1646eb78a6ae7f2c074e4f6b717bbf006512fe5a2f6a:current_account-current_region Call failed: describeStacks({"StackName":"resource-overrides"}) => Stack with id resource-overrides...

bug
p2

### Describe the bug Setting `use_pre_existing_image = True` causes the cdk synth process to fail. > jsii.errors.JSIIError: The `resource` component (6th component) of an ARN is required: arn:aws:ecr:${Token[AWS.Region.7]}:${Token[AWS.AccountId.3]} ### Expected...

bug
effort/small
p2

### Describe the bug To run https://github.com/aws-samples/aws-cdk-examples/tree/master/java/codebuild examples bootstraping should be done in certain way, that command is not present in readme.md ### Expected Behavior command to boot strap this...

bug
needs-triage

### Describe the feature This example shows how you can use the cdk version 2 to automate attaching an alarm to an ec2 instance at launch time, then when the...

needs-triage
feature-request