iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.43k stars 86 forks source link

Add support for Greengrass #57

Open stuart-warren opened 4 years ago

stuart-warren commented 4 years ago

Service Greengrass

API Calls / Actions All Actions

CloudFormation Resource Types All Resources

Additional Information If there was more info on how you build the massive bg.js file I could attempt to contribute. 54k lines of handwritten js seems like a lot of work!

iann0036 commented 4 years ago

Apologies, I have very little time to add support in Console Recorder right now.

I'll happily review and merge pull requests for support if you add the information. Most of the SDK support uses the generator, however the CloudFormation / Terraform support is manual.

Alternatively, Former2 is maintained a bit better.