aws / aws/aws-cdk-cli

Update CDK CLI UX to surface the new CloudFormation CONFIGURATION_COMPLETE event

Open
#757 1 comment 0 reactions 0 assignees View on GitHub
effort/medium feature-request p1
Dominant language
TypeScript
Stars
105
Forks
122
Avg merge
1d 17h
Merged PRs (30d)
71

Description

### Describe the feature

Configuration Complete event is a new event status emitted when CloudFormation completes the stack/resource creation and is waiting for resources stabilization at the resource type service level. This indicates that the resource has been created and configured according to the template, and that a consistency check is being performed to ensure it's ready for traffic.

### Use Case

THis provides customers visibility into their stack deployment

### Proposed Solution

0/4 | 12:03:00 | CREATE_IN_PROGRESS | AWS::S3::Bucket | MyBucket (MyBucket981A3A2E) Resource creation Initiated
0/4 | 12:03:00 | CREATE_IN_PROGRESS | CONFIGURATION_COMPLETE | AWS::S3::Bucket | MyBucket (MyBucket981A3A2E) Resource is configuration ready.
1/4 | 12:03:25 | CREATE_IN_PROGRESS | CONFIGURATION_COMPLETE | AWS::CloudFormation::Stack | MyStackName

### Other Information

_No response_

### Acknowledgements

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

NA

### Environment details (OS name and version, etc.)

NA

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.