All Projects → TysonWorks → cdk-examples

TysonWorks / cdk-examples

Licence: other
AWS CDK Examples Repository

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to cdk-examples

cdk-github-actions-runner
Deploy self-hosted GitHub Actions runner to AWS Fargate using AWS Cloud Development Kit (CDK)
Stars: ✭ 89 (+81.63%)
Mutual labels:  cdk, cdk-examples
document-processing-pipeline-for-regulated-industries
A boilerplate solution for processing image and PDF documents for regulated industries, with lineage and pipeline operations metadata services.
Stars: ✭ 36 (-26.53%)
Mutual labels:  cdk, aws-cdk
aws-cdk-eks-fluxv2-example
AWS CDK example for EKS and Flux v2
Stars: ✭ 15 (-69.39%)
Mutual labels:  eks, cdk-examples
cdk-constructs
Shared constructs for AWS CDK
Stars: ✭ 34 (-30.61%)
Mutual labels:  cdk, aws-cdk
document-understanding-solution
Example of integrating & using Amazon Textract, Amazon Comprehend, Amazon Comprehend Medical, Amazon Kendra to automate the processing of documents for use cases such as enterprise search and discovery, control and compliance, and general business process workflow.
Stars: ✭ 180 (+267.35%)
Mutual labels:  cdk, aws-cdk
cdk-eventbridge-socket
CDK construct that creates a WebSocket endpoint for you for any EventBridge rule you are interested in. (Built for debugging + testing )
Stars: ✭ 43 (-12.24%)
Mutual labels:  cdk, cdk-examples
aws-cdk-github-oidc
CDK constructs to use OpenID Connect for authenticating your Github Action workflow with AWS IAM
Stars: ✭ 59 (+20.41%)
Mutual labels:  cdk, aws-cdk
aws-pdf-textract-pipeline
🔍 Data pipeline for crawling PDFs from the Web and transforming their contents into structured data using AWS textract. Built with AWS CDK + TypeScript
Stars: ✭ 141 (+187.76%)
Mutual labels:  cdk, aws-cdk
django-cdk
A CDK library that provides high-level constructs for hosting Django applications on AWS
Stars: ✭ 31 (-36.73%)
Mutual labels:  cdk, eks
cloudpatrol
Policy as Code for the Cloud Development Kit (CDK)
Stars: ✭ 21 (-57.14%)
Mutual labels:  cdk, aws-cdk
rds-snapshot-export-to-s3-pipeline
RDS Snapshot Export to S3 Pipeline
Stars: ✭ 88 (+79.59%)
Mutual labels:  cdk, aws-cdk
amazon-cognito-example-for-external-idp
An example for using Amazon Cognito together with an external IdP
Stars: ✭ 222 (+353.06%)
Mutual labels:  aws-cdk
eks cli
Make EKS great again!
Stars: ✭ 21 (-57.14%)
Mutual labels:  eks
nexus-oss-on-aws
Deploy Sonatype Nexus Repository OSS on AWS with well architecture.
Stars: ✭ 51 (+4.08%)
Mutual labels:  aws-cdk
cdk-multi-profile-plugin
Adds multi profile/account, mfa and aws sso support to cdk apps
Stars: ✭ 41 (-16.33%)
Mutual labels:  cdk
cloudfront-image-proxy
Make CloudFront resize images "on the fly" via lambda@edge, cache it and persists it in S3.
Stars: ✭ 32 (-34.69%)
Mutual labels:  cdk
eks-deep-dive-2019
Amazon EKS Deep Dive 2019
Stars: ✭ 61 (+24.49%)
Mutual labels:  eks
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-67.35%)
Mutual labels:  eks
aws-usage-queries
This application bootstraps everything needed to query the AWS Cost and Usage reports through Amazon Athena. It also includes reference data and preconfigured SQL queries.
Stars: ✭ 28 (-42.86%)
Mutual labels:  cdk
patterns-serverless-scala-minimal
Production-ready setup for starting with serverless Scala on AWS Lambda using AWS CDK for deployment
Stars: ✭ 23 (-53.06%)
Mutual labels:  aws-cdk

Examples using AWS CDK (Cloud Development Kit)

How to Deploy Examples

Install the CDK CLI globally
npm install -g aws-cdk

Change directory to any example
cd sagemaker

Install dependencies
npm install

Set environment variables
vim .env

Deploy using the CDK CLI
cdk deploy

or deploy to non-default AWS profile
cdk deploy --profile my_profile

Other CLI Commands

  • cdk diff Prints out the difference in stacks

  • cdk destroy Removes the stack

  • cdk list List the applications in given folder

  • cdk synth Synthesizes and prints the CloudFormation template for the stack

  • cdk init Generates a new cdk project

  • cdk doctor Checks the CDK setup

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].