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

Example projects using the AWS CDK

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

### Describe the feature Amazon Neptune supports full-text search in Gremlin and SPARQL queries using Amazon OpenSearch Service (OpenSearch Service). You can use an AWS CloudFormation stack to link an...

needs-triage
feature-request

### Describe the feature In order to identify these examples within an AWS account, would it be possible to add tags to the resources created by the CDK? ### Use...

needs-triage
feature-request

Noticed in: https://github.com/aws-samples/aws-cdk-examples/issues/961 Node.js 20.x is the latest version of Lambda https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/ --- By submitting this pull request, I confirm that my contribution is made under the terms of the...

Resolves issue [#1027](https://github.com/aws-samples/aws-cdk-examples/issues/1027) This Pull Request adds a Python example for Fargate Service with EFS --- By submitting this pull request, I confirm that my contribution is made under the...

This PR adds a TypeScript Example for setting up a Quicksight dataset and the resources needed to do so. This can then be used in Quicksight to create an analysis...

### Describe the bug The [static site example](https://github.com/aws-samples/aws-cdk-examples/blob/main/typescript/static-site/static-site.ts) utilizes ```ts origin: new cloudfront_origins.S3Origin(siteBucket, {originAccessIdentity: cloudfrontOAI}), ``` even though `S3Origin` is labeled as deprecated: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudfront_origins.S3Origin.html ### Expected Behavior The example uses...

bug
needs-triage

This PR adds an example of **Amazon MQ RabbitMQ Integration with Lambda, Secrets Manager, and CloudWatch Logs**. It demonstrates how to set up a RabbitMQ broker, a Lambda function to...

This PR adds a java example for creating a new Rest API in an APIGateway. The Rest API has a GET method pointing to a Hello World Lambda that is...

### Describe the feature Migrate the example Lambda function to use AWS SDK for Go v2 constructs, from v1, as SDK for Go v1 is is now end-of-support and will...

feature-request
p1