codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Is AWS CLI a possibility?

Open dvelopin opened this issue 3 years ago • 2 comments

Would it be possible to include the AWS CLI binaries within Code App? It would be absolutely phenomenal to be able to deploy a new app to Elastic Beanstalk, for example. This would be a huge game changer.

dvelopin avatar Aug 02 '22 21:08 dvelopin

I was just able to do:

python3 -m pip install awscli

This worked to install version 1.25

dvelopin avatar Aug 02 '22 21:08 dvelopin

I was just able to do:

python3 -m pip install awscli

This worked to install version 1.25

Thanks for sharing! Does it work properly?

bummoblizard avatar Aug 03 '22 04:08 bummoblizard