-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDK Watch #1
Comments
Proposal for filling out "Implementation Plan", points 3, 4 & 5.
In case you are looking for this feature, I've created a wee lib to make this possible: https://github.com/teamplanes/cdk-watch We are using it on a few projects and it has sped up developer workflows/feedback-loops dramatically. |
Some related projects: |
@eladb @skinny85 can the newly released CloudFormation feature to keep failed stack deployments abd retry/update them be useful for this capability in addition to API-based updates? https://aws.amazon.com/blogs/aws/new-for-aws-cloudformation-quickly-retry-stack-operations-from-the-point-of-failure/ |
Yes. This was already implemented in aws/aws-cdk#16293 as a switch in the |
Closing this since the feature seems to be successfully launched. 🙂 |
Description
CDK Watch is a new feature of the AWS CDK which allows developers to quickly iterate on development stacks. CDK Watch performs quick updates to AWS Lambda function code and ECS images in response to changes in the application code. CDK Watch has an extensible design, which means that it will be possible to support additional AWS resources such as API Gateway models, Step Function workflows, and more.
Roles
TBD
Workflow
status/proposed
)#aws-cdk-rfcs if needed)
status/review
)api-approved
applied to pull request)status/final-comments-period
)status/approved
)status/planning
)status/implementing
)status/done
)The text was updated successfully, but these errors were encountered: