Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cdk-examples

nikovirtala/cdk-fargate-apigateway-http-api

Example of publishing private AWS Fargate service as Amazon API Gateway HTTP API.

Language: TypeScript - Size: 2.56 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 18 - Forks: 0

nikovirtala/cdk-eks-experiment

CDK experiments around EKS.

Language: TypeScript - Size: 3.22 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 4 - Forks: 0

nikovirtala/cdk-hello-apprunner

A minimal example of AWS App Runner service deployment using AWS Cloud Development Kit (CDK)

Language: TypeScript - Size: 2.55 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 7 - Forks: 0

aws-samples/microservices-dotnet-aws-cdk

This repository contains a sample implementation of Fanout Architecture using .NET6 Worker Services to process messages from Amazon SNS Topic and Amazon SQS Queue. Since the Worker Services would have no UI, to operate this solution, you need Observability implemented. In this repository, you can also find sample .NET Observability implementation using the combination of AWS X-Ray and Amazon CloudWatch. To provision this solution, you can use AWS CDK to implement your modern Infrastructure as Code, using .NET C# to provision all AWS Resources your application needs.

Language: C# - Size: 519 KB - Last synced: about 10 hours ago - Pushed: about 10 hours ago - Stars: 25 - Forks: 4

ksmin23/my-aws-cdk-examples

A collection of AWS CDK Python examples with architecture diagrams for frequently used AWS services

Language: Python - Size: 14.7 MB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 89 - Forks: 29

nikovirtala/cdk-preview-environments

Pull Request Preview Environments with AWS CDK and GitHub Actions

Language: TypeScript - Size: 3.46 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 25 - Forks: 0

aws-observability/cdk-aws-observability-accelerator

CDK AWS Observability Accelerator

Language: TypeScript - Size: 52 MB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 134 - Forks: 31

tchangkiat/aws-cdk-stacks

CDK stacks to provision various solutions in AWS

Language: TypeScript - Size: 2.99 MB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 2 - Forks: 0

dannysteenman/aws-cdk-starterkit

Create and deploy an AWS CDK TypeScript app on your AWS account in less than 5 minutes using GitHub actions!

Language: TypeScript - Size: 1.33 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 16 - Forks: 3

MauriceBrg/cdk-image-analyzer-demo

A demo application that showcases the CDK and some AWS services.

Language: Python - Size: 264 KB - Last synced: 15 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

localstack-samples/sample-microservices-apigateway-lambda-dynamodb-sqs Fork of aws-samples/friend-microservices

Serverless Microservices with Amazon API Gateway, DynamoDB, SQS, and Lambda deployed using LocalStack

Language: TypeScript - Size: 497 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 5 - Forks: 3

boyney123/cdk-eventbridge-socket

CDK construct that creates a WebSocket endpoint for you for any EventBridge rule you are interested in. (Built for debugging + testing )

Language: HTML - Size: 566 KB - Last synced: 20 days ago - Pushed: over 1 year ago - Stars: 51 - Forks: 10

dannysteenman/aws-cdk-examples

A repository that contains AWS CDK code examples

Language: TypeScript - Size: 2.82 MB - Last synced: 21 days ago - Pushed: 2 months ago - Stars: 45 - Forks: 9

lukaszbudnik/aws-cdk-items-app

API Gateway HTTP API with JWT Authorizer and Lambda and DynamoDB integration.

Language: TypeScript - Size: 206 KB - Last synced: 21 days ago - Pushed: almost 3 years ago - Stars: 6 - Forks: 2

RaphaelManke/workshop-aws-cdk-event-driven-order-system

Example application of an event-driven aws serverless architecture build with aws cdk.

Language: TypeScript - Size: 2.62 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

RaphaelManke/cdk-kafka-serverless

Example project for producing and consuming a aws msk serverless cluster with lambdas

Language: TypeScript - Size: 104 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ibrahimcesar/nextjs-ssr-isr-cdk-aws

πŸ¦„ β€β€β€Ž β€Žβ€β€β€Ž β€Žβ€β€β€Ž β€ŽNext.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge

Language: TypeScript - Size: 53.5 MB - Last synced: 21 days ago - Pushed: 11 months ago - Stars: 80 - Forks: 26

dniel/cdktf-typescript-poc

It doesnt have much stuff in it, it was a quick PoC to just to get a quick taste of how coding typescript with the new CDK is working, building terraform code and deploying.

Language: TypeScript - Size: 91.8 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

cdktf/cdktf-integration-serverless-example

End to end example for deploying a serverless application via CDK for Terraform

Language: TypeScript - Size: 4.33 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 29 - Forks: 8

rnag/rust.aws-cdk-lambda

A CDK (v2) Construct Library for AWS Lambda in Rust

Language: TypeScript - Size: 493 KB - Last synced: 3 days ago - Pushed: about 1 year ago - Stars: 82 - Forks: 3

aws-samples/aws-cdk-stack-builder-tool

AWS CDK Builder is a browser-based tool designed to streamline bootstrapping of Infrastructure as Code (IaC) projects using the AWS Cloud Development Kit (CDK).

Language: TypeScript - Size: 14.5 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 178 - Forks: 9

aws-samples/aws-vpc-builder-cdk

Using a configuration file alone, deploy complex AWS Network Architectures using the AWS CDK to learn from and explore!

Language: TypeScript - Size: 1.76 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 35 - Forks: 12

dannysteenman/aws-cdk-python-starterkit

Create and deploy an AWS CDK Python app on your AWS account in less than 5 minutes using GitHub actions!

Language: Python - Size: 438 KB - Last synced: 21 days ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Pocket/terraform-modules πŸ“¦

Terraform CDK Modules

Language: TypeScript - Size: 5.83 MB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 40 - Forks: 6

TysonWorks/cdk-examples

AWS CDK Examples Repository

Language: TypeScript - Size: 733 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 59 - Forks: 27

aws-samples/aws-cdk-eks-fluxv2-example

AWS CDK example for EKS and Flux v2

Language: TypeScript - Size: 271 KB - Last synced: 21 days ago - Pushed: 22 days ago - Stars: 54 - Forks: 11

MauriceBrg/cognito-alb-fargate-demo

Example CDK app that shows how to integrate Cognito with the Application Load Balancer and how the user information is passed on to the backend.

Language: Python - Size: 153 KB - Last synced: 15 days ago - Pushed: almost 2 years ago - Stars: 17 - Forks: 8

huynguyent/aws-stepfunctions-demo

Language: Python - Size: 105 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

HenrikFricke/aws-cdk-newsletter

Functionless example with AWS Step Functions, AWS Lambda, Amazon DynamoDB, and AWS CDK

Language: TypeScript - Size: 453 KB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 5 - Forks: 0

adhorn/aws-fis-templates-cdk

Collection of AWS Fault Injection Simulator (FIS) experiment templates deploy-able via the AWS CDK

Language: TypeScript - Size: 275 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 53 - Forks: 7

JohannesKonings/examples-aws-dynamodb-analytics-cdk

Example how to Analyze DynamoDB data with Athena in different ways created with AWS CDK

Language: TypeScript - Size: 541 KB - Last synced: 22 days ago - Pushed: 3 months ago - Stars: 7 - Forks: 2

FarrOut/SeedyKay

A collection of useful scripts and snippets to help the adventuring CDK engineer.

Language: Python - Size: 554 KB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 6 - Forks: 0

cdktf/docker-on-aws-ecs-with-terraform-cdk-using-typescript πŸ“¦

End to End example for deploying a docker container and a static frontend to AWS ECS and AWS Cloudfront

Language: TypeScript - Size: 1.29 MB - Last synced: 3 months ago - Pushed: 6 months ago - Stars: 63 - Forks: 23

aws-samples/aws-cdk-examples

Example projects using the AWS CDK

Language: Python - Size: 108 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 4,485 - Forks: 1,920

tadashi0713/actions-runner-ecs

This repository contains an example how to run self-hosted GitHub Actions runners on AWS ECS.

Language: TypeScript - Size: 118 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

andiempettJISC/serverless-github-self-hosted-runners

A Serverless Architecture AWS CDK application to run GitHub Actions Self-Hosted Runners in ECS Fargate

Language: TypeScript - Size: 92.8 KB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

ottaway-c/aws-dotnet-todo-api

Sample Todo REST API built using: AWS CDK, Dynamo, Lambda and API Gateway

Language: C# - Size: 38.1 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

den-by/aws-cdk-examples

This project explores TypeScript development practices and patterns. It provides a foundation for creating production-ready, scalable applications using TypeScript along with Node.js and npm.

Size: 18.6 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

cdktf/kubernetes-on-gcp-with-terraform-cdk πŸ“¦

Use the CDK to deploy your K8s cluster and the resources you need

Language: TypeScript - Size: 57.6 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 7 - Forks: 9

cdktf/ecs-microservices-cdktf πŸ“¦

Testing Infrastructure as Code with the CDK for Terraform (fork of https://github.com/jcolemorrison/ecs-microservices-cdktf)

Language: TypeScript - Size: 928 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

cdktf/demo-cdktf-it-github-google-workspace-pagerduty πŸ“¦

Language: TypeScript - Size: 190 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

cdktf/cdktf-integration-serverless-java-example πŸ“¦

This repo contains an end to end example in Java for a serverless web application hosted on AWS and deployed with the CDK for Terraform

Language: Java - Size: 3.97 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

cdktf/cdktf-multistack-serverless-example πŸ“¦

This repo contains a version of https://github.com/hashicorp/cdktf-integration-serverless-example that only focuses on multi-stack deployments

Language: TypeScript - Size: 1.77 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 8 - Forks: 1

cdktf/cdktf-integration-serverless-java-gcp-example πŸ“¦

This repository contains an end to end serverless web app hosted on GCP and deployed with CDK for Terraform in Java

Language: Java - Size: 553 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

cdktf/cdktf-integration-serverless-python-example πŸ“¦

This repo contains an end to end example in Python for a serverless web application hosted on AWS and deployed with the CDK for Terraform

Language: Python - Size: 13.6 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 4 - Forks: 4

cdktf/cdktf-integration-serverless-python-gcp-example

This repository contains an end to end serverless web app hosted on GCP and deployed with CDK for Terraform in Python

Language: Python - Size: 559 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 6 - Forks: 2

nikovirtala/cdk-github-actions-runner

Deploy self-hosted GitHub Actions runner to AWS Fargate using AWS Cloud Development Kit (CDK)

Language: TypeScript - Size: 488 KB - Last synced: 7 months ago - Pushed: 11 months ago - Stars: 120 - Forks: 24

amzn/buy-with-prime-cdk-constructs

This package extends common CDK constructs with opinionated defaults to help create an organization strategy around infrastructure as code.

Language: TypeScript - Size: 36.1 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

oieduardorabelo/cdk-lambda-private-subnet-dynamodb-vpc-endpoint

CDK example of running AWS Lambda in Private Subnet connecting to DynamoDB via VPC Endpoint

Language: TypeScript - Size: 102 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 3 - Forks: 1

ottaway-c/CDK-ECS-Fargate-Blue-Green

Sample blue/green container deployment built using: AWS cdk, ecs, fargate and code deploy

Language: C# - Size: 11.7 KB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

DenysGonzaga/glue-athena-cdk-example

A small walkthrough how to create an AWS Glue Job Pipeline with AWS CDK

Language: Python - Size: 10.7 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

cloudbrilliant/cdk-ec2

AWS CDK Example - Create EC2 Instance using CDK

Language: Python - Size: 5.86 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Ray0427/cdk-ecs-xray Fork of cwyu57/cdk-ecs-xray

Language: TypeScript - Size: 460 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

aws-samples/amazon-connect-agentless-outbound-campaign

Create Amazon Connect Agentless Outbound Campaign using AWS Step Functions.

Language: Java - Size: 1.07 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

MargaretKrutikova/event-store-aws-cdk

A cdk TS example project that deploys an event-store in aws

Language: TypeScript - Size: 1.29 MB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 4 - Forks: 0

amlana21/cdk-deploy-publish

Deploying an AWS ECS Cluster with AWS CDK (in GoLang) and Deploying a Streamlit-OpenAI App to the cluster

Language: Go - Size: 67.4 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

cloudxsgmbh/cdk-apigw-lambda-rdsaurora

Deploys a demo project with AWS CDK with an API Gateway that connects to an RDS Aurora database through a Lambda function.

Language: TypeScript - Size: 151 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

aws-samples/amazon-s3-lambda-transcribe-java-cdk

AWS CDK(Java) project to "Transcribe your Audio files using Amazon Transcribe"

Language: Java - Size: 21.9 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

repka3/cdk-aws_lambda-prisma_layer

Use AWS CDK to deploy a stack with api gateway, AWS Lambda, DB, and Prisma Lambda Layer for query DB

Language: TypeScript - Size: 114 KB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

focusOtter/single-account-multi-region-cdk-deploy Fork of mtliendo/single-account-multi-region-cdk-deploy

a starter to deploy your AWS CDK projects

Language: TypeScript - Size: 79.1 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

youneshenniwrites/space-finder

Language: TypeScript - Size: 223 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

ksmin23/aws-cdk-parameters-python-example

AWS CDK Python example to use Parameters

Language: Python - Size: 6.84 KB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 3

LEUNGUU/cdk-eks-blueprint

Amazon EKS Blueprints for CDK Python

Language: Python - Size: 55.7 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

ibrahimcesar/next.js-amplify-workshop-with-cdk

πŸ–ΌοΈ β€β€β€Ž β€Žβ€β€β€Ž β€Žβ€β€β€Ž β€ŽFull Stack Cloud SSR with Next.js, Tailwind, and AWS workshop by Nader Dabit with inclusion of deploy on AWS through a CDK Construct

Language: JavaScript - Size: 4.06 MB - Last synced: 21 days ago - Pushed: about 1 year ago - Stars: 21 - Forks: 1

ionos-cloud/cdktf-go-k8s-example

An example to deploy managed K8s with CDK for Terraform

Language: Go - Size: 15.6 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

aws-samples/aws-cdk-elasticache-redis-iam-rbac

Demonstrates a sample architecture that will allow you to define AWS IAM roles that are mapped to Amazon ElastiCache Redis RBAC users by using AWS Secrets Manager as a proxy to manage access to login credentials.

Language: TypeScript - Size: 1.59 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 18 - Forks: 11

bobbyquennell/aws-lambda-the-cdk-way

provision Lambda functions with AWS CDK, integration with EventBridge, DynamoDB, APIGateway, etc.

Language: TypeScript - Size: 1.44 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 4 - Forks: 1

cloudbrilliant/cdk-multi-stack

AWS CDK Example - Create multiple CDK stacks in a single CDK project

Language: Python - Size: 4.88 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

0xShin0221/CDK_ECSFargate_FastAPI

【Python】AWS ECS fargate stacks by CDK with fastAPI

Language: Python - Size: 48.8 KB - Last synced: 28 days ago - Pushed: 28 days ago - Stars: 17 - Forks: 6

aws-samples/cloudfront-signed-cookie-example πŸ“¦

Example to protect caches on CloudFront using signed cookie

Language: TypeScript - Size: 3.42 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 5 - Forks: 1

ibrahimcesar/nextjs-self-hosted-aws-fargate

🐳 β€ŽProof of Concept for Next.js 12.1.0 running on Fargate provided by AWS CDK v2

Language: TypeScript - Size: 398 KB - Last synced: 21 days ago - Pushed: about 1 year ago - Stars: 6 - Forks: 0

Milan9805/cdk-set-topic-attributes

Use AWS CloudFormation to set an SNS Topics delivery retry policy

Language: TypeScript - Size: 2.01 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

devopsrepohq/rds

Use this CDK stack to create a RDS instances and allow bastion host to access it.

Language: TypeScript - Size: 251 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 1

kindlyops/examples

Examples of AWS CDK/CloudFormation and other goodies related to security πŸ”, devops πŸ”§ and cloud ⛅️ development

Language: TypeScript - Size: 1.88 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 4 - Forks: 8

msysh/aws-cdk-sample-codepipeline-deploy-cfn

This project is a sample that deploying CloudFormation template using CodePipeline.

Language: TypeScript - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

nikovirtala/cdk-amplify-console

Configure AWS Amplify Console deployment using AWS CDK

Language: TypeScript - Size: 641 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 12 - Forks: 1

aws-samples/aws-secrets-manager-rotation-examples

Contains sample code to be used for rotation of secrets stored in AWS Secrets Manager.

Language: Python - Size: 636 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 4 - Forks: 2

aws-samples/aws-backup-actions-framework

AWS Backup Actions is a framework for automating actions triggered by AWS Backup events.

Language: TypeScript - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

epequeno/sadevs-apps

some apps for https://satx.dev using the AWS CDK

Language: Python - Size: 215 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

igwtcode/aws-multimaster-saltstack

infrastructure in aws using cdk in typescript for a secure high available and scalable multi master SaltStack setup

Language: TypeScript - Size: 276 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

aws-samples/nextjs-authentication-ui-using-amplify-ui-with-cognito πŸ“¦

This project will show developers a minimal way to build an Authentication UI using Amplify UI Components and Cognito in the Next.js.

Language: TypeScript - Size: 920 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 13 - Forks: 3

velez94/cdkv2_prog_user_deploy

Project for creating a programmatic user for integrate CI/CD tools for cdk deployments

Language: Python - Size: 311 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

joe-glasgow/fullsitedeploy

Create Production and Preview Environment stacks in AWS CDK using Github Actions

Language: TypeScript - Size: 121 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

aws-samples/nimblestudio-game-development-suite

Collection of CDK applications to deploy game development tools for use with Amazon Nimble Studio

Language: Python - Size: 125 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 3

SathyaBhat/cdk-cdn

CDK project to create an S3 bucket to host assets(images?) and create a CloudFront distribution.

Language: Python - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

nmemoto/put-the-room-usage-status-retrieved-from-google-calendar-into-s3

Language: TypeScript - Size: 1.33 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

andrewwint/AWS-CDK-Resource-Packages

Example AWS CDK constructs as shared infrastructure as code (IaC), to be used across all workloads to ensure consistency of business and technical decisions.

Language: TypeScript - Size: 196 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

digihunch/atlab

AWS CDK Sample in TypeScript: Provision a AWX/Ansible Tower server

Language: TypeScript - Size: 99.6 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

syniol/serverless-graphql-api-golang

GraphQL API with Graph Database using AWS Neptune, Step Functions and CDK for deployment

Language: Go - Size: 10.1 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

thomasstep/aws-cdk-reference

Opinionated AWS CDK code to reference and use as a starting point.

Language: TypeScript - Size: 180 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

cpvdeveloper/amplify-cdk-nextjs-monorepo

Language: TypeScript - Size: 166 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

siroken3/NestedCodePipelineSample

Sample of nested CodePipeline with CDK v2 by TypeScript

Language: TypeScript - Size: 118 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

GaryLouisStewart/cdk-examples

some work with amazons cloud development kit and python.

Language: Shell - Size: 394 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

FabrizioCafolla/cdk-demo

Language: Python - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

valeriouberti/cdk-simple-app

A Simple Typescript app with AWS CDK

Language: TypeScript - Size: 102 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

MarkBiesheuvel/finance-dashboard

Demo website built using the AWS CDK and serverless technology.

Language: Python - Size: 150 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 7 - Forks: 3

sandervandorsten/cdk-workshop

CDK demo using API Gateway, DynamoDB and AWS Lambda

Language: Python - Size: 424 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

erecica/factorial-calc

This is a PHP script running within a Docker container on AWS ECS and calculates factorial of a non-negative integer of a value given by the user.

Language: TypeScript - Size: 865 KB - Last synced: almost 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

digihunch/kubelab

AWS CDK Sample in Python: DIY a Kubernetes cluster with EC2 instance

Language: Python - Size: 56.6 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 1

ibrahimcesar/devops-extreme

CΓ³digo de API REST no AWS API Gateway + Lambda "pega-tudo", criada ao vivo para o DevOps Extreme

Language: TypeScript - Size: 66.4 KB - Last synced: 21 days ago - Pushed: almost 3 years ago - Stars: 4 - Forks: 0