You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Cloudformation stacks sometimes can take longer then 15-20 minutes (specially when it contains CDN distribution) , it is not really ideal to perform stack updates from codebuild.(Since codebuild charges for per minute used).
Few Ideas:
Compile template into cloudformation stack using cdk cli and upload handler source into s3
In Later stage, inject uploaded assets s3 uri to compiled stack output
Use Cloudformation deploy action in deploy stage to perform deployments
The text was updated successfully, but these errors were encountered:
Cloudformation stacks sometimes can take longer then 15-20 minutes (specially when it contains CDN distribution) , it is not really ideal to perform stack updates from codebuild.(Since codebuild charges for per minute used).
Few Ideas:
The text was updated successfully, but these errors were encountered: