Ramon Petgrave

Results 75 comments of Ramon Petgrave

@t-maoshengye Thank you! I will have a closer look soon, but please also add the ModuleSyncMetadata. I know I need to also add that suggestion to the documentation.

@shinya-murakami-paypay Thanks! Please also sign the CLA when you get the chance.

This sounds pretty cool. We would welcome a PR, if you can.

Here's an example, getting the boto shape/schema and documentation from python. ``` n [1]: from pprint import pprint ...: import botocore ...: import boto3 ...: ...: ec2 = boto3.resource('ec2') ...:...

I hadn't realized that, but this file might offer some clues. https://github.com/boto/botocore/blob/master/botocore/model.py

Thanks for the find. Can you submit a PR?

@lfservin Thanks for brining this up. Would you be able to open a PR to fix this?

@mpurusottamc Thank you so much! This is a massive PR, indeed. And all of us contributors will need some time to review it. For now, it would definitely help to...

In #763, I'm trying a model where we can invoke a utility function `update_module_sync_metadata_node` to create the SyncMetadata nodes we're interested in. The schema is very similar to what @achantavy...