Mark Nielsen

Results 22 comments of Mark Nielsen

Would this include being able to supplement the current cloudformation used by Up? For example, I like everything that Up makes, but would like to add DB, IAM roles, etc.

Word of caution: doing just a time based deletion on assets is a little risky. We have had this scenario play out: * A stack is deployed and is healthy....

>So, unsure how you would even accomplish this, but ideally don't delete any S3 assets that are referenced in existing CFN templates. Sorry, was reading quickly - sound like the...

The concept of creation hooks sounds pretty interesting to me as a generic enforcement mechanism. I think my hope is that CDK application developers mostly don't even realize that they...

> ``` > from aws_cdk_policy import appsec > from aws_cdk_policy import fedramp > from aws_cdk_policy import nist80053 > ``` If these policies could also produce AWS Config deployments so you...

> class properties (such as Runtime.PYTHON_3_8 from aws_cdk.aws_lambda) are not seen as proper class properties by type checkers. Instead, they are seen as normal functions, requiring a manual typing.cast() to...

Could fix https://github.com/rebuy-de/aws-nuke/issues/629

Awesome, thanks!

Just leaving this here, it must be completed before something like this could be attempted: https://tracker.moodle.org/browse/CONTRIB-5732

What @patatepartie suggested is what I want from this. Really enjoyed the workflow of running `gh pr create -f` and BAM, I have a PR ready. It's a super slick...