Elad Ben-Israel

Results 198 comments of Elad Ben-Israel

I think the issue not that you can't use JSON, because [YAML is a superset of JSON](https://medium.com/@williamhayes/yaml-is-a-superset-of-json-it-is-explained-in-more-detail-here-1d758a069508), but because `codebuild.Project` currently assumes that you are providing the buildspec as an...

Copy @jogold The plot thickens... (which is a good thing!)

I would recommend using `Node.of(this).addr` which returns a stable fixed length unique id

> @njlynch 's wish was to add the region information as CF is a global service. But if this is no longer needed happy to remove it. This would be...

I think CFN will first create the new CFF, update the distribution and only then remove the old one (that's how resource replacement works)

I think the problem is not the sequence number but actually the _length_ of the unresolved token which is truncated (but I am not 100% sure). This requires taking a...

@njlynch as you are fixing this, please notice that there seems to be an issue with the `AWS::CloudFront::Function` resource which causes an update failure if the function name is changed:...

@madeline-k I don't believe I would tag it as p2 as basically the entire `cloudfront.Function` feature is broken in this situation. I would tag it as a p1. Also, please...