-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Speed up custom resource development #4711
Copy link
Copy link
Closed
Labels
@aws-cdk/custom-resourcesRelated to AWS CDK Custom ResourcesRelated to AWS CDK Custom Resourcesfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
❓ 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/custom-resourcesRelated to AWS CDK Custom ResourcesRelated to AWS CDK Custom Resourcesfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.