You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Description
Please describe the problem you are facing as precisely as possible in this section
I'm new to AWS and I've deployed a Django app to AWS Elastic Beanstalk. After using AWSEBCLI, I realized that debugging an app while deploying was very time-consuming because the CLI first compress the file and then uploads it to the AWS servers for error checking and deploying. This process takes a lot of time, and if you get an error then you have to do this process again.
Suggestion:
If AWSEBCLI itself can check for errors without compressing and uploading the files to the server then the time required for deploying and debugging can be decreased dramatically.
The text was updated successfully, but these errors were encountered:
1. Please specify the following:
2. Description
Please describe the problem you are facing as precisely as possible in this section
I'm new to AWS and I've deployed a Django app to AWS Elastic Beanstalk. After using AWSEBCLI, I realized that debugging an app while deploying was very time-consuming because the CLI first compress the file and then uploads it to the AWS servers for error checking and deploying. This process takes a lot of time, and if you get an error then you have to do this process again.
If AWSEBCLI itself can check for errors without compressing and uploading the files to the server then the time required for deploying and debugging can be decreased dramatically.
The text was updated successfully, but these errors were encountered: