diff --git a/docs/cloudformation/geocore-eo-rcm-ard-harvester.yml b/docs/cloudformation/geocore-eo-rcm-ard-harvester.yml index eb5f082..91f8261 100644 --- a/docs/cloudformation/geocore-eo-rcm-ard-harvester.yml +++ b/docs/cloudformation/geocore-eo-rcm-ard-harvester.yml @@ -8,7 +8,7 @@ Parameters: Type: String Default: 'ca-central-1' Description: Default region for deployment. - SGrcm-ardProcessesTableName: + SGRCMARDProcessesTableName: Type: String Default: eo_sg_rcm-ard_processes Description: DynamoDB table name to store information by process triggered @@ -37,13 +37,13 @@ Conditions: IsProd: !Equals [prod, !Ref Environment] IsStage: !Equals [stage, !Ref Environment] IsDev: !Equals [dev, !Ref Environment] - CreateProcessedBucket: !Equals [true, !Ref CreateProcessedBucket] - CreateLinksBucket: !Equals [true, !Ref CreateLinksBucket] + ShouldCreateProcessedBucket: !Equals [true, !Ref CreateProcessedBucket] + ShouldCreateLinksBucket: !Equals [true, !Ref CreateLinksBucket] Resources: ProcessedDataS3Bucket: Type: 'AWS::S3::Bucket' - Condition: CreateProcessedBucket + Condition: ShouldCreateProcessedBucket Properties: BucketName: !Sub 'eo-sg-processed-data-rcm-ard-${Environment}' BucketEncryption: @@ -59,7 +59,7 @@ Resources: EOItemLinksS3Bucket: Type: 'AWS::S3::Bucket' - Condition: CreateLinksBucket + Condition: ShouldCreateLinksBucket Properties: BucketName: !Sub 'eo-sg-datacube-item-links-${Environment}' BucketEncryption: diff --git a/docs/cloudformation/geocore-eo-sentinel1-harvester.yml b/docs/cloudformation/geocore-eo-sentinel1-harvester.yml index bae046f..4fbe22a 100644 --- a/docs/cloudformation/geocore-eo-sentinel1-harvester.yml +++ b/docs/cloudformation/geocore-eo-sentinel1-harvester.yml @@ -2,7 +2,6 @@ AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Sentinel-1 collection harvestor using serverless Scatter Gather pattern - Parameters: RegionName: Type: String @@ -37,13 +36,13 @@ Conditions: IsProd: !Equals [prod, !Ref Environment] IsStage: !Equals [stage, !Ref Environment] IsDev: !Equals [dev, !Ref Environment] - CreateProcessedBucket: !Equals [true, !Ref CreateProcessedBucket] - CreateLinksBucket: !Equals [true, !Ref CreateLinksBucket] + ShouldCreateProcessedBucket: !Equals [true, !Ref CreateProcessedBucket] + ShouldCreateLinksBucket: !Equals [true, !Ref CreateLinksBucket] Resources: ProcessedDataSentinel1S3Bucket: Type: 'AWS::S3::Bucket' - Condition: CreateProcessedBucket + Condition: ShouldCreateProcessedBucket Properties: BucketName: !Sub 'eo-sg-processed-data-sentinel1-${Environment}' BucketEncryption: @@ -59,7 +58,7 @@ Resources: EOItemLinksS3Bucket: Type: 'AWS::S3::Bucket' - Condition: CreateLinksBucket + Condition: ShouldCreateLinksBucket Properties: BucketName: !Sub 'eo-sg-datacube-item-links-${Environment}' BucketEncryption: diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/geocore-to-parquet-20240610-1500.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/geocore-to-parquet-20240610-1500.zip new file mode 100644 index 0000000..829ae04 Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/geocore-to-parquet-20240610-1500.zip differ diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-aggregator-20240610-2100.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-aggregator-20240610-2100.zip new file mode 100644 index 0000000..cc80483 Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-aggregator-20240610-2100.zip differ diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-collector-20240610-2100.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-collector-20240610-2100.zip new file mode 100644 index 0000000..80d8089 Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-collector-20240610-2100.zip differ diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-gather-20240610-2100.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-gather-20240610-2100.zip new file mode 100644 index 0000000..d07bc3e Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-gather-20240610-2100.zip differ diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-processor-20240610-2100.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-processor-20240610-2100.zip new file mode 100644 index 0000000..224cdfd Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-processor-20240610-2100.zip differ diff --git a/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-scatter-20240610-2100.zip b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-scatter-20240610-2100.zip new file mode 100644 index 0000000..de4a3c6 Binary files /dev/null and b/docs/lambda/geocore-eo-harvester/rcm-ard/rcm-ard-sg-scatter-20240610-2100.zip differ