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
robertd@ the PR has been merged and that should fix the override warning message..
Regarding the autocomplete issue, CloudFrontToS3Props has cloudFrontDistributionProps declared as cloudfront.CloudFrontWebDistributionProps | any.. due to the any type the IDE is probably not doing the autocomplete.. the any type is required otherwise the caller will need to set the mandatory originConfigs property of S3 bucket that is yet to be created by the pattern
cloudFrontDistributionProps autocomplete is not populating
Reproduction Steps
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: