Craig Burdulis

Results 10 comments of Craig Burdulis

+1 on this issue and I'm sad to see there's been no movement on this. No matter what kind of type validator I use, it always interprets a string with...

@timothycrosley Thanks for the quick response. That snippet worked for me!

@kamipatel I was able to get the Hosted UI working in my serverless site. Took some time since the Hosted UI is not well documented, but I ended up using...

I'm seeing the same thing. `custom.documentation.info.description` is not showing up, which is quite annoying.

Chiming in to also request this feature. Seems like a no brainer to support many existing schemas.

Bump on supporting import of [AWS::QLDB::Ledger](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html) Given that ledgers can't really be "backed up" and restored, would love to see this one prioritized.

Seeing the same issue. Using `TF_LOG_PROVIDER=TRACE` seems to be the most constrained flag that'll enable logs from the provider without enabling it for TF core. It would be really nice...

Ended up creating a very simple custom macro to do this for me. Macro stack: ```yaml Description: Remove Authorizer Lambda Permissions AWSTemplateFormatVersion: "2010-09-09" Transform: [AWS::Serverless-2016-10-31] Resources: RemoveAuthorizerLambdaPermissionsFunction: Type: AWS::Serverless::Function Properties:...