codeapp
codeapp copied to clipboard
Is AWS CLI a possibility?
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.
I was just able to do:
python3 -m pip install awscli
This worked to install version 1.25
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?