Skip to content

Speed up custom resource development #4711

@abelmokadem

Description

@abelmokadem

❓ General Issue

I think we can speed up custom resource development in @aws-cdk/custom-resources by not running this as part of cloudformation but from the machine that is running the cdk deploy. This feature, however, should only be used for local development purposes and not for production stacks. Introducing a flag would work:

cdk deploy --local-custom-resources

This would definitely shorten my development cycle. Hope that this is possible.

The Question

Can we create custom resources from the local machine?

Environment

  • CDK CLI Version: 1.14.0
  • Module Version: 1.14.0
  • OS: all
  • Language: TypeScript

Other information

Metadata

Metadata

Assignees

Labels

@aws-cdk/custom-resourcesRelated to AWS CDK Custom Resourcesfeature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions