Eric Z. Beard
Eric Z. Beard
### What is the problem? `cdk-nag` does not work with Stages. If an app contains a stage, it is not possible to apply `cdk-nag` at the app, stage, or stack...
### CloudFormation Lint Version cfn-lint 0.64.1 ### What operating system are you using? Mac ### Describe the bug Received no warnings from cfn-lint. Deploying the template gives this error: ```...
Logging needs to be improved in a few ways. 1. It would be nice if you didn't have to flip back and forth between the direct CLI output and the...
The instructions for activating an extension are quite complex, and must be repeated in each region and account where you want to use the extension. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html?icmpid=docs_cfn_console Let's work on a...
When running `cfn generate`, `resource-role.yaml` is created based on the roles required in the resource schema. If the user provides `inputs` for testing and includes a template variable in the...
It would be nice if we could alias package imports. What I do now: ```pkl amends "package://github.com/aws-cloudformation/rain/releases/download/v1.8.2-alpha1/[email protected]#/template.pkl" import "package://github.com/aws-cloudformation/rain/releases/download/v1.8.2-alpha1/[email protected]#/aws/s3/bucket.pkl" Description = "testing imports" Resources { ["Foo"] = new { Type...
This sample shows how to set up centralized, cross-account CloudFormation log monitoring for StackSets.
In `aws/solutions`, we are removing the existing examples since they are out of date and have native ways to do the same thing in CloudFormation without a custom resource. Add...