Eric Z. Beard
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...
Are there any existing types that do this?
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.
Keep this one open
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...