Conversation
| deploy_s3_data_collection_lambda: | ||
| name: Deploy S3 data collection lambda | ||
| uses: ./.github/workflows/base-lambdas-reusable-deploy.yml | ||
| with: | ||
| environment: ${{ inputs.environment}} | ||
| python_version: ${{ inputs.python_version }} | ||
| build_branch: ${{ inputs.build_branch}} | ||
| sandbox: ${{ inputs.sandbox }} | ||
| lambda_handler_name: data_collection_handler | ||
| lambda_aws_name: ReportS3Content | ||
| lambda_layer_names: "core_lambda_layer,data_lambda_layer" | ||
| secrets: | ||
| AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }} | ||
|
|
There was a problem hiding this comment.
Undo as lambda no longer required
| deploy_s3_data_collection: | ||
| name: Deploy S3 Data Collection | ||
| needs: [ "tag_and_release" ] | ||
| uses: ./.github/workflows/s3-base-data-collection.yml |
There was a problem hiding this comment.
| uses: ./.github/workflows/s3-base-data-collection.yml | |
| uses: ./.github/workflows/base-s3-data-collection.yml |
|
|
||
| deploy_s3_data_collection: | ||
| name: Deploy S3 Data Collection | ||
| uses: ./.github/workflows/s3_base-data-collection.yml |
There was a problem hiding this comment.
| uses: ./.github/workflows/s3_base-data-collection.yml | |
| uses: ./.github/workflows/base-s3-data-collection.yml |
| deploy_s3_data_collection: | ||
| name: Deploy S3 Data Collection | ||
| needs: [ "run_tests" ] | ||
| uses: ./.github/workflows/s3-base-data-collection.yml |
There was a problem hiding this comment.
| uses: ./.github/workflows/s3-base-data-collection.yml | |
| uses: ./.github/workflows/base-s3-data-collection.yml |
There was a problem hiding this comment.
Rename to base-s3-data-collection.yml to match other workflow naming conventions
| jobs: | ||
| push_image: | ||
| name: Push Image | ||
| uses: ./.github/workflows/s3-base-data-collection.yml |
There was a problem hiding this comment.
| uses: ./.github/workflows/s3-base-data-collection.yml | |
| uses: ./.github/workflows/base-s3-data-collection.yml |
| logging.getLogger(__name__).info("Starting Report S3 content ECS task") | ||
|
|
||
| service = ReportS3ContentService() | ||
| service.process_s3_content() |
There was a problem hiding this comment.
We should stick with one name throughout all files, either ReportS3Content or S3DataCollection ?
There was a problem hiding this comment.
Yes, but Ods are the name will change later on.
On a conversation with Kris he stated that the name right now is too narrow
There was a problem hiding this comment.
Lambda no longer needed.
This reverts commit 36f6149.
This reverts commit 360e32b20e60a59e99ce33203d17bb155784b087.
This reverts commit 46edc53379190d46f4ef5041bde12709c29994b3.
…to PRMP-939""" This reverts commit 5fdd76c99b046daea5d902534d22d087422789b7.
|
…r is Latest column
# Conflicts: # app/src/helpers/utils/documentUpload.test.ts # app/src/helpers/utils/documentUpload.ts # lambdas/services/upload_document_reference_service.py # lambdas/tests/unit/utils/test_file_utils.py
Code security issues foundView full details here. |


Something went wrong with Git, so this is the new branch
#1102