-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Python runtime and AWS CDK (#38)
* Bump db layer to Py3.12 * Bump root devtools to Py3.12 * Bump date_generator to Py3.12 * Bump downloader to Py3.12 * Bump link_fetcher to Py3.12 * Bump mock_scihub_product_api to Py3.12 * Bump mock_scihub_search_api to Py3.12 * Bump requeuer to Py3.12 * Bump Lambda runtimes to Py3.12 * Install Py3.12 in GH Actions * Bump and relock flake8 & isort * Bump boto3 and psycopg2 to supported versions * Bump moto and update decorator usage for v5 (only mock_aws now) * Upgrade alembic_migration * Mocked SQS queue name is unique per test * Update alembic_migration use of moto^=5 * Try to fix missing urllib3 despite it being in lockfile * Support CDK v2 * sigh downgrade to 3.11 because of aws/aws-cdk#30170 * Bump boto3/botocore + requests * fix lint * Bump tox to run on py311 for integration tests * Remove deprecated psycopg2-layer since db layer includes psycopg2-binary * Bump reference to Py38 in integration tests workflow * Bump versions mentioned in README * Zap remaining use of CDK v1 in app_integration * Fix CDK v2 use of aws_lambda_python (alpha) * Fix missing downgrade from 3.12->3.11 * replace black/isort/flake8 with ruff * use package.json as source of truth for cdk install * Deploy stack w/ permissions boundary on resources * Specify permissions boundary via full ARN * Ensure permissions boundary is passed via .env * cleanup references to isort/flake8/black
- Loading branch information
Showing
57 changed files
with
4,306 additions
and
6,191 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.