-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python Version Input Option for EC2 (#272)
*Issue description:* Updating Python EC2 to have input option for language version. *Description of changes:* - Update Python sample app dependency versions to be compatible with Python 3.8 - Python 3.8, 3.10, 3.12 isn't available through dnf/yum. Therefore, manually build and install python by downloading source code. - Setting default version to 3.9 since downloading through dnf is faster than manually installing it. (It was also the version already being used by ec2 tests) *Rollback procedure:* Revert Test run: https://github.com/harrryr/aws-application-signals-test-framework/actions/runs/11157966893 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information
Showing
9 changed files
with
166 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
sample-apps/python/django_frontend_service/ec2-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
Django~=4.2.9 | ||
boto3~=1.34.3 | ||
boto3~=1.34.161 | ||
pymysql==1.1.1 | ||
python-dotenv~=1.0.1 | ||
requests~=2.31.0 | ||
requests~=2.25.1 | ||
schedule~=1.2.1 | ||
opentelemetry-sdk==1.27.0 | ||
opentelemetry-api==1.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.