Alex Pulver

Results 17 comments of Alex Pulver

@eladb and all, what about https://github.com/aws-samples/aws-bootstrap-kit-examples? (cc @flochaz)

I also like the AWS Solutions Constructs approach (thanks @maria-jackson for the great summary!). The company could have its own libraries with the various defaults. The security team can own...

Thanks for the feedback! I changed to functions; it makes sense :). In Python, when specifying the same parameter twice, interpreter bombs. For example, it can be `enforce_ssl` as part...

> but it might be better to let users decide what exactly they want to follow or ignore I agree with @dontirun on this one. Allowing the user to resolve...

I experimented with combining [cdk-nag](https://github.com/cdklabs/cdk-nag) and the above approach. Would be glad to have your opinion. The full implementation of the snippets I use below is in the example app...

It could be AWS, but I also thought of vendors and solutions like Check Point CloudGuard (former Dome9 is part of it now)

@rajal-amzn @herrhound @jamsajones @bcelenza any chance this code can be updated?

Hi @jgreenbow-userful, thanks for the work and submitting the pull request! Since this code supports an already published blog post, I sadly can't merge these changes, as it will require...

P.S.: I am looking into supporting CDK v2 in cdk-chalice: https://github.com/alexpulver/cdk-chalice/issues/93

Thank you for the kind words 🤗. I liked your idea of a separate branch - created `chalice-cdkv2` branch and made it to be the base branch for the pull...