{"id":19385774,"url":"https://github.com/rmarasigan/aws-cdk-samples","last_synced_at":"2026-05-16T13:03:25.905Z","repository":{"id":149314157,"uuid":"620121813","full_name":"rmarasigan/aws-cdk-samples","owner":"rmarasigan","description":"This repository contains a collection of AWS CDK integration samples for various services. These samples are designed to provide documentation and guidance on how to implement integrations using AWS CDK. Please note that while these samples have been tested and validated, they are not intended for use in a production environment.","archived":false,"fork":false,"pushed_at":"2023-07-27T06:45:35.000Z","size":2807,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T05:37:01.789Z","etag":null,"topics":["amazonwebservices","aws","awscdk","awssdk","serverless"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmarasigan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-28T04:19:00.000Z","updated_at":"2023-07-11T00:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f16305e7-7df1-46c3-8145-8bea853e9b2c","html_url":"https://github.com/rmarasigan/aws-cdk-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rmarasigan/aws-cdk-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmarasigan%2Faws-cdk-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmarasigan%2Faws-cdk-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmarasigan%2Faws-cdk-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmarasigan%2Faws-cdk-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmarasigan","download_url":"https://codeload.github.com/rmarasigan/aws-cdk-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmarasigan%2Faws-cdk-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33103970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazonwebservices","aws","awscdk","awssdk","serverless"],"created_at":"2024-11-10T10:03:02.134Z","updated_at":"2026-05-16T13:03:25.891Z","avatar_url":"https://github.com/rmarasigan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CDK Samples\n\nThis repository contains a collection of AWS CDK integration samples for various services. These samples are designed to provide documentation and guidance on how to implement integrations using AWS CDK. Please note that while these samples have been tested and validated, they are not intended for use in a production environment.\n\n## Pre-requisites\n* Go\n* AWS CLI\n* AWS CDK\n* Node.js\n* TypeScript\n* AWS Account\n\n## AWS Configuration\nConfigure your workstation with your credentials and an AWS region.\n```bash\ndev@dev:~$ aws configure\n```\n\nTo create multiple accounts for AWS CLI:\n```bash\ndev@dev:~$ aws configure --profile profile_name\n```\n\nProvide your AWS access key ID, secret access key and default region when prompted. You can switch between accounts by passing the profile on the command.\n```bash\ndev@dev:~$ aws s3 ls --profile profile_name\n```\n\nWhen no `--profile` parameter provided in the command, `default` profile will be used.\n\n### AWS SDK and CDK Defaults\n* **AWS Region**: `us-east-1`\n  * You can change the default value of the AWS region by updating the `AWS_REGION` in one of the files inside the ***aws_wrapper***\n* **Stack Account and Region**: `process.env.CDK_DEFAULT_ACCOUNT/REGION`\n  * You can change the default value in the TS file inside the ***bin*** folder\n\n# Table of Contents\n\n### [API Gateway](api-gateway/)\n* [API Gateway Async → Lambda](api-gateway/api-gateway-async-lambda/README.md)\n* [API Gateway + Cognito → Lambda](api-gateway/api-gateway-cognito-lambda/README.md)\n* [API Gateway CORS + API Key → Lambda](api-gateway/api-gateway-cors-lambda/README.md)\n* [API Gateway → Lambda → DynamoDB](api-gateway/api-gateway-lambda-dynamodb/README.md)\n* [API Gateway → Lambda → S3 Bucket](api-gateway/api-gateway-lambda-s3/README.md)\n* [API Gateway → Lambda → SQS → Lambda](api-gateway/api-gateway-lambda-sqs/README.md)\n\n### [CloudWatch](cloudwatch/)\n* [CloudWatch Subscription → Lambda](cloudwatch/cloudwatch-subscription-lambda/README.md)\n\n### [DynamoDB](dynamodb/README.md)\n* [DynamoDB Alarm Metrics](dynamodb/dynamodb-alarm-metrics/README.md)\n* [DynamoDB Stream → Lambda](dynamodb/dynamodb-stream-lambda/README.md)\n\n### [Event Bridge](event-bridge/)\n* [EventBridge Bus → API Destination](event-bridge/event-bridge-api-destination/README.md)\n* [EventBridge Bus → Lambda](event-bridge/event-bridge-bus-lambda/README.md)\n* [EventBridge Rule → Lambda](event-bridge/event-bridge-rule-lambda/README.md)\n* [EventBridge Schedule → Lambda](event-bridge/event-bridge-schedule-lambda/README.md)\n\n### [Lambda](lambda/)\n* [Lambda → DynamoDB](lambda/lambda-dynamodb/README.md)\n* [Lambda → DynamoDB List](lambda/lambda-dynamodb-list/README.md)\n* [Lambda → S3](lambda/lambda-s3/README.md)\n* [Lambda → Secrets Manager](lambda/lambda-secretsmanager/README.md)\n* [Lambda → SNS](lambda/lambda-sns/README.md)\n* [Lambda → SQS](lambda/lambda-sqs/README.md)\n\n### [S3](s3/)\n* [S3 Bucket → EventBridge Rule → Lambda](s3/s3-eventbridge-lambda/README.md)\n* [S3 Bucket → Lambda → DynamoDB](s3/s3-lambda-dynamodb/README.md)\n* [S3 Bucket → SNS → Email](s3/s3-sns/README.md)\n* [S3 Presigned URLs](s3/s3-presigned-urls/README.md)\n* [S3 Static Website hosting](s3/s3-website/README.md)\n\n### [SES](ses/)\n* [SES Sending Email](ses/ses-send-email/README.md)\n\n### [SNS](sns/)\n* [SNS Email Subscription](sns/sns-email-subscription/README.md)\n* [SNS Lambda Subscription](sns/sns-lambda-subscription/README.md)\n* [SNS SQS Subscription](sns/sns-sqs-subscription/README.md)\n\n### [Step Functions](step-functions/)\n* [Step Function with API Gateway](step-functions/step-functions-api-gateway/README.md)\n* [Step Function with CloudWatch](step-functions/step-functions-cloudwatch/README.md)\n* [Step Function with DynamoDB](step-functions/step-functions-dynamodb/README.md)\n* [Step Function with Lambda](step-functions/step-functions-lambda/README.md)\n* [Step Function with SES](step-functions/step-functions-ses/README.md)\n* [Step Function with SNS](step-functions/step-functions-sns/README.md)\n* [Step Function with SQS](step-functions/step-functions-sqs/README.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmarasigan%2Faws-cdk-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmarasigan%2Faws-cdk-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmarasigan%2Faws-cdk-samples/lists"}