aws-cdk-examples VS custom-resource-helper

Compare aws-cdk-examples vs custom-resource-helper and see what are their differences.

aws-cdk-examples

Example projects using the AWS CDK (by aws-samples)

custom-resource-helper

Simplify best practice Custom Resource creation, sending responses to CloudFormation and providing exception, timeout trapping, and detailed configurable logging. (by aws-cloudformation)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
aws-cdk-examples custom-resource-helper
36 3
4,836 364
2.2% 1.9%
8.8 0.0
4 days ago about 2 months ago
Python Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aws-cdk-examples

Posts with mentions or reviews of aws-cdk-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.

custom-resource-helper

Posts with mentions or reviews of custom-resource-helper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-06.
  • CloudFormation Stack Stuck on Delete Custom Resource
    1 project | /r/aws | 7 Jul 2023
    Also try to use this python library, it is really useful when writing CFn Custom resources https://github.com/aws-cloudformation/custom-resource-helper
  • I don't understand how to code resource provider handlers?
    3 projects | /r/aws | 6 Jan 2022
  • Pull in VPC and Subnet IDs via CloudFormation
    1 project | /r/aws | 28 Jan 2021
    One downside of importing values is that you can't delete your stacks due to dependencies. It seems like in this case it would not be a problem as you will always need your networking for any of your other stacks but I've seen a lot of stack updates fail due to being unable to update these resources in the original stack. Another option when CFN doesn't provide native functionality is custom resources, which are just lambda functions. AWS provides a good example for implementation: https://github.com/aws-cloudformation/custom-resource-helper

What are some alternatives?

When comparing aws-cdk-examples and custom-resource-helper you can also consider the following projects:

lambda-cron

aws-cloudformation-samples

aws-cloudformation-coverage-roadmap - The AWS CloudFormation Public Coverage Roadmap

aws-cdk-multi-region-dynamodb-global-tables

sidekiq - Sidekiq worker on Render

terraform-ecs - AWS ECS terraform module

AKS - Azure Kubernetes Service

azure-policy - Repository for Azure Resource Policy built-in definitions and samples

examples - Kubernetes application example tutorials

azure-quickstart-templates - Azure Quickstart Templates

azure-pipelines-yaml - Azure Pipelines YAML examples, templates, and community interaction

serverless - This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.