From 96f260d441903353af5216e6d81b9b16ade95e2d Mon Sep 17 00:00:00 2001 From: Alain Krok Date: Wed, 15 Nov 2023 17:51:57 -0600 Subject: [PATCH 1/3] pin version of lambda python due to recent changes --- .../aws-qa-appsync-opensearch/question_answering/src/Dockerfile | 2 +- .../input_validation/src/Dockerfile | 2 +- .../s3_file_transformer/src/Dockerfile | 2 +- .../aws-summarization-appsync-stepfn/document_reader/Dockerfile | 2 +- .../aws-summarization-appsync-stepfn/input_validator/Dockerfile | 2 +- .../summary_generator/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lambda/aws-qa-appsync-opensearch/question_answering/src/Dockerfile b/lambda/aws-qa-appsync-opensearch/question_answering/src/Dockerfile index 1e27e9f0..6c92c712 100644 --- a/lambda/aws-qa-appsync-opensearch/question_answering/src/Dockerfile +++ b/lambda/aws-qa-appsync-opensearch/question_answering/src/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ diff --git a/lambda/aws-rag-appsync-stepfn-opensearch/input_validation/src/Dockerfile b/lambda/aws-rag-appsync-stepfn-opensearch/input_validation/src/Dockerfile index 1e27e9f0..6c92c712 100644 --- a/lambda/aws-rag-appsync-stepfn-opensearch/input_validation/src/Dockerfile +++ b/lambda/aws-rag-appsync-stepfn-opensearch/input_validation/src/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ diff --git a/lambda/aws-rag-appsync-stepfn-opensearch/s3_file_transformer/src/Dockerfile b/lambda/aws-rag-appsync-stepfn-opensearch/s3_file_transformer/src/Dockerfile index 1e27e9f0..6c92c712 100644 --- a/lambda/aws-rag-appsync-stepfn-opensearch/s3_file_transformer/src/Dockerfile +++ b/lambda/aws-rag-appsync-stepfn-opensearch/s3_file_transformer/src/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ diff --git a/lambda/aws-summarization-appsync-stepfn/document_reader/Dockerfile b/lambda/aws-summarization-appsync-stepfn/document_reader/Dockerfile index 315ef03e..3d179ee4 100644 --- a/lambda/aws-summarization-appsync-stepfn/document_reader/Dockerfile +++ b/lambda/aws-summarization-appsync-stepfn/document_reader/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ diff --git a/lambda/aws-summarization-appsync-stepfn/input_validator/Dockerfile b/lambda/aws-summarization-appsync-stepfn/input_validator/Dockerfile index 839f2dfc..c88c6a64 100644 --- a/lambda/aws-summarization-appsync-stepfn/input_validator/Dockerfile +++ b/lambda/aws-summarization-appsync-stepfn/input_validator/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ diff --git a/lambda/aws-summarization-appsync-stepfn/summary_generator/Dockerfile b/lambda/aws-summarization-appsync-stepfn/summary_generator/Dockerfile index 839f2dfc..c88c6a64 100644 --- a/lambda/aws-summarization-appsync-stepfn/summary_generator/Dockerfile +++ b/lambda/aws-summarization-appsync-stepfn/summary_generator/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-lambda-python:latest +FROM amazon/aws-lambda-python:3.11.2023.11.13.10 # Installs python, removes cache file to make things smaller RUN yum update -y && \ From f2a2273aedba7f8e2f7ad3f372b8f4d2819da227 Mon Sep 17 00:00:00 2001 From: Alain Krok Date: Wed, 15 Nov 2023 18:32:46 -0600 Subject: [PATCH 2/3] update author --- .projenrc.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 260a38eb..00927a7f 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -29,7 +29,7 @@ const CDK_VERSION: string = '2.103.1'; const project = new awscdk.AwsCdkConstructLibrary({ author: 'Amazon Web Services - Prototyping and Cloud Engineering', - authorAddress: PROJECT_NAME + '@amazon.com', + authorAddress: 'noreply@amazon.com', authorOrganization: true, cdkVersion: CDK_VERSION, projenVersion: '~0.73.33', diff --git a/package.json b/package.json index 64fcbe11..a99275bb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "author": { "name": "Amazon Web Services - Prototyping and Cloud Engineering", - "email": "generative-ai-cdk-constructs@amazon.com", + "email": "noreply@amazon.com", "organization": true }, "devDependencies": { From 438912e09325ef041196ac58c44aa01efb51ac7b Mon Sep 17 00:00:00 2001 From: Alain Krok Date: Wed, 15 Nov 2023 18:38:18 -0600 Subject: [PATCH 3/3] update author --- .projenrc.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 00927a7f..0ce7e1e7 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -29,7 +29,7 @@ const CDK_VERSION: string = '2.103.1'; const project = new awscdk.AwsCdkConstructLibrary({ author: 'Amazon Web Services - Prototyping and Cloud Engineering', - authorAddress: 'noreply@amazon.com', + authorAddress: 'https://aws.amazon.com', authorOrganization: true, cdkVersion: CDK_VERSION, projenVersion: '~0.73.33', diff --git a/package.json b/package.json index a99275bb..cfb38add 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "author": { "name": "Amazon Web Services - Prototyping and Cloud Engineering", - "email": "noreply@amazon.com", + "url": "https://aws.amazon.com", "organization": true }, "devDependencies": {