autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

feat(aws/apprunner): add spec

Open nmassardot opened this issue 2 years ago • 2 comments

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feat

What is the current behavior? (You can also link to an open issue here) It doesn't support any of aws apprunner commands

What is the new behavior (if this is a feature change)? Now aws apprunner create-connection and all of its options are supported

Additional info:

nmassardot avatar Jan 18 '22 02:01 nmassardot

Overview

src/aws/apprunner.ts:

Info:

withfig-bot avatar Jan 18 '22 02:01 withfig-bot

Hello @nmassardot, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:

  • [ ] Do all subcommands / options which take arguments include the args property (args: {})?
  • [ ] Are all options modular? E.g. -a -u -x instead of -aux
  • [ ] Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

withfig-bot avatar Jan 18 '22 02:01 withfig-bot

Hi all - closing this as we are now part of AWS, we are likely going to do a much tighter integration with the AWS CLI. Stay tuned.

This PR currently doesn't have the correct loadSpec functionality and is missing a lot of subcommands and options

brendanfalk avatar Sep 28 '23 23:09 brendanfalk