Skip to content

Commit f8aa29f

Browse files
Shubham ChaturvediShubham Chaturvediseebeestexastony
authored
fix: deprecate python36 from chalice (#539)
* fix: Use FORBID_ENCRYPT_ALLOW_DECRYPT policy for decrypt oracle * fix: pin tox version < 4.0 * Update decrypt_oracle/src/aws_encryption_sdk_decrypt_oracle/app.py Co-authored-by: seebees <[email protected]> * fix: change forward-slashes to pound for comment * fix: linting issue - ran autoformatter * fix: deprecate python36 from chalice * Update decrypt_oracle/tox.ini Co-authored-by: Tony Knapp <[email protected]> * Update decrypt_oracle/tox.ini Co-authored-by: Tony Knapp <[email protected]> * Update decrypt_oracle/tox.ini Co-authored-by: Tony Knapp <[email protected]> * Update decrypt_oracle/tox.ini Co-authored-by: Tony Knapp <[email protected]> Co-authored-by: Shubham Chaturvedi <[email protected]> Co-authored-by: seebees <[email protected]> Co-authored-by: Tony Knapp <[email protected]>
1 parent e91838f commit f8aa29f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: decrypt_oracle/.chalice/buildspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22
phases:
33
install:
44
commands:
5-
- pip install tox
5+
- pip install "tox < 4.0"
66
build:
77
commands:
88
- cd decrypt_oracle

Diff for: decrypt_oracle/.chalice/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
APPLICATION_NAME = "AwsEncryptionSdkDecryptOraclePython"
2525
PIPELINE_STACK_NAME = "{}DeployPipeline".format(APPLICATION_NAME)
26-
CODEBUILD_IMAGE = "aws/codebuild/python:3.6.5"
26+
CODEBUILD_IMAGE = "aws/codebuild/standard:5.0"
2727
BUILDSPEC = "decrypt_oracle/.chalice/buildspec.yaml"
2828
GITHUB_REPO = "aws-encryption-sdk-python"
2929
WAITER_CONFIG = dict(Delay=10)

0 commit comments

Comments
 (0)