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

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

feature-request
p1

Around line 90 of the file vim app_sync_cdk/app_sync_cdk_stack.py may need to modified as below: ```js items_table_role.add_managed_policy(     ManagedPolicy.from_aws_managed_policy_name(         'AmazonDynamoDBFullAccess'     ) ) ```

bug
effort/small
p1

https://github.com/aws-samples/aws-cdk-examples/blob/0612ac04cbfe46831ed4f077b38194d649a8fdea/java/my-widget-service/src/main/java/software/amazon/awscdk/examples/MyWidgetServiceStack.java#L38-L42 The above variable `restApiRole` is not used anywhere. What's the story?

bug
effort/large
effort/medium
language/java
p1

See https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/resource-overrides/index.ts#L55

bug
effort/small
language/typescript
p2

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

documentation
docs/dev-guide

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

feature-request
effort/small
p2
pending-release

## :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
@aws-cdk/aws-ecs
p2

## :bug: Bug Report ### What is the problem? When running the ECSFargateLoadBalanced sample in Java there is a statement missing to add the correct ingress rule to the fargate...

bug
effort/small
language/java
p1

## :bug: Bug Report ### What is the problem? Running the "capitalize-string" causes an error in "cdk deploy" https://github.com/aws-samples/aws-cdk-examples/tree/master/csharp/capitalize-string#this-project Ref: MSBUILD : error MSB1008: Only one project can be specified....

bug
effort/small
language/dotnet
p1
needs-reproduction

## :rocket: Feature Request ### Description We want to use the new HTTP API with AWS Lambda because it’s simpler, lower latency, and faster, but it’s not documented ### Proposed...

feature-request
effort/medium
blocked