Eric Z. Beard

Results 25 comments of Eric Z. Beard

I struggled with figuring out the right format for the [PklProject](https://github.com/aws-cloudformation/rain/blob/main/pkl/PklProject-template) file. I think I'm complicating the issue by releasing this package as a part of a larger repo, so...

And thank you, the code is much cleaner now! ```pkl amends "@cfn/template.pkl" import "@cfn/aws/s3/bucket.pkl" Description = "testing imports" Resources { ["Foo"] = new { Type = "AWS::S3::Bucket" } ["Bar"] =...

This feature has not yet shipped, it was closed by mistake - sorry for the confusion!

This could be another good use case for AppRegistry integration.

We have discussed using AppRegistry as a way to store a stable "AppId" for CDK apps, but this use case is more expansive. If we register with the Service Catalog...

Have a look at this one, it was updated and tested recently: https://github.com/aws-cloudformation/aws-cloudformation-templates/blob/main/AutoScaling/AutoScalingMultiAZWithNotifications.yaml

Keep this open until we decide where the macro examples will live.

Looks great, let's do it. I've done a bit of QuickSight development and automation/repeatability has been a struggle. One request I have is to add as many code comments as...