aws-cdk-examples
aws-cdk-examples copied to clipboard
Example projects using the AWS CDK
### Describe the feature This is a sample code for an event-driven job that deletes data from both S3 bucket and EFS simultaneously. ### Use Case If you use SageMaker,...
### Describe the feature Deploying the stack creates an IOT Core Rule and destination, which sends messages to an MSK Cluster. Then, a Lambda function consumes these messages from the...
### Describe the feature A simple web app with Aurora Serverless as the backend db. I cannot find one under csharp specifically. Attached is a sample architecture for this. [SimpleWebAppCDKArch.pdf](https://github.com/aws-samples/aws-cdk-examples/files/9186705/SimpleWebAppCDKArch.pdf)...
### Describe the feature Per the [aws-ecs-patterns](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs_patterns-readme.html) readme: ``` This library provides higher-level Amazon ECS constructs which follow common architectural patterns. It contains: Application Load Balanced Services Network Load Balanced...
### General Information Golang example for EC2 instance creation ### Proposed Solution I have raised a PR with example ### Language Go ### Other information _No response_ ### Acknowledge -...

It does not seem like subdirectory index files are served. Instead a GET /subdirectory responds with a 403
### Describe the bug In the s3_sns_sqs_lambda_chain example, I found a practice that is not valid, and might lead in some configuration to an infinite loop. The visibility timeout is...
### General Information I have created python cdk example of how to host multiple models on the same Sagemaker endpoint. It adds to the examples repo: 1. How to create...
### General Information Add S3 upload trigger lambda example ### Proposed Solution I have raised PR to add the example ### Language Go ### Other information _No response_ ### Acknowledge...