Miguel Paraz
Miguel Paraz
For example, in `lakeformation`, both `AWS::LakeFormation::Permissions.Resource` and `AWS::LakeFormation::Resource` exist. Only `class Resource(AWSProperty)` is generated. Is it possible to output both, and, what is a good way of generating distinct class...
I can try fixing it, I just need some guidance. For example: ``` "AWS::LakeFormation::DataLakeSettings.Admins": { "Type": "List", "Required": false, "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-datalakesettings-admins.html", "ItemType": "DataLakePrincipal", "UpdateType": "Mutable" } "AWS::LakeFormation::DataLakeSettings": { "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html",...
I would like the option of the CloudFormation template to make use of existing IAM roles, instead of dynamically creating them. One scenario is when the user running Gordon, or...
I would like to use an API Gateway Custom Authorizer with my APIs. The lambda should also managed as part of the project.
I would like to use wbsetclaimvalue to change values for existing statements, like what is being done with the Pywikibot tutorial: https://www.wikidata.org/wiki/Wikidata:Pywikibot_-_Python_3_Tutorial/Changing_Items I can write the code for this. I...
`require()` with `__dirname` causes problems with browserify. Browserify is used by https://github.com/jaws-framework/JAWS for deployment to AWS Lambda.