iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudfront support

stevemao opened this issue · comments

Thanks for the amazing tool. I have tried recording my cloudfront but nothing seems to happen. Is cloudfront currently supported?

Hi Steve,

Can I clarify if this is for a create call? Console Recorder doesn't support update resource requests.

CloudFront is somewhat supported, but may produce strange behaviour if there's some properties I haven't yet mapped. It's one of the more tedious types. If you can capture it's network traffic and send me the request either here or privately (awsconsolerecorder@ianmckay.com.au) and I may be able to help fix it up - the request should start with "7|".

Alternatively, for existing resources you could try my alternative, https://former2.com (https://github.com/iann0036/former2).