Richard H Boyd

Results 42 comments of Richard H Boyd
trafficstars

I went to my doctor and said "My back hurts when I walk up stairs" and my doctor tells me "don't walk up stairs." I understand that raising the quota...

`submit —dry-run` implies that it will also validate if I have the appropriate permissions to execute the submission. I believe `package` more accurately reflects what the cfn CLI is actually...

I think the difference between the two is the name of the command. `cfn submit --dry-run` makes a user think it will validate that a bucket exists with the right...

Is there anything you can do to add friction to using the reserved namespace? Such as requiring `—reserved` flag or a second prompt after the user supplied the resource name...

Slightly related to Permissions Boundaries, but I'd also like to see Resource Boundaries. CDK is in a great position to enforce "no EC2 resources may be created" or "no IAM...

Registering a Resource Provider has quite a bit of latency (10-20 seconds) and has to be done for each region in the account.

Once the RP is packaged, we can register it using the AWS CLI. The CFN CLI is just needed for init/generate. My understanding is that `cfn submit` is just a...

Ryan Lohan is VERY close to delivering a CFN-native Resource Type. I would strongly prefer waiting for that feature than building a Custom Resource for it today.

An area that is very close to this, though not exactly what you’re proposing, is a way to import 3p resources into the CDK L1 codegen utility space that people...