Rico Hermans
Rico Hermans
Is everybody aware that this block: ``` { "Action": [ "iam:CreateRole", "iam:AttachRolePolicy", "iam:PutRolePolicy" ], "Effect": "Allow", "Resource": [ "arn:aws:iam::*:policy/*", "arn:aws:iam::*:role/cdk-*" ] }, ``` Effectively is a privilege escalation vector? *...
> Ohh I think I get what's happening: `only_in_dev` is being called before `DEBUG_MODE` is set to `True` Oh shit, yes that makes sense.
> Seems like adding an element to a set is giving errors, for example adding a student to a class gives this: You're right, I made a mistake. Fixed it...
❤️ Love it! Instead of `Or()`, consider perhaps naming it `Either()` or `OneOf()`, but this is great stuff! Still not sure about the initialization of `only_in_dev()`... but if you feel...
Thanks for taking this across the finish line, and fixing my gigantic fuckup of the code not actually doing anything 🫣🫠😆
Ah, thanks for the info, that'll be helpful! (And sorry for missing this bug report so far... :sheep: )
At that point, wouldn't two registry files (and/or two batch files that just set the local environment) be more convenient?
Having the same issue.
Can you go into why sorting tags is a problem?
If I'm understanding correctly, the problem is that if a CloudFront distribution goes from: ```yaml Tags: - { Key: 'a', Value: 'a' } - { Key: 'b', Value: 'b' }...