Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Packages Updates (#631) #641

Merged
merged 5 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/cloudformation-templates/deployment-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Resources:
- personalize:Describe*
Resource:
- !Sub 'arn:aws:personalize:${AWS::Region}:${AWS::AccountId}:*/retaildemo*'
- arn:aws:personalize:::recipe/aws*,
- arn:aws:personalize:::recipe/aws*
- Effect: Allow
Action:
- personalize:DescribeEventTracker
Expand Down
3 changes: 3 additions & 0 deletions aws/cloudformation-templates/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ Parameters:
Description: >
S3 bucket name where the Retail Demo Store deployment resources are staged (product images, nested CloudFormation templates, source code snapshot,
notebooks, deployment Lambda code, etc).
REQUIRED: If you plan to use S3 for the deployment type (which is the default). The S3 bucket has to have versioning enabled for the pipeline to work


ResourceBucketRelativePath:
Type: String
Expand Down Expand Up @@ -236,6 +238,7 @@ Parameters:
Retail Demo Store in your own fork. S3 is useful when you just want to get up and going quickly for a demo or
evaluation or for workshop scenarios, such as Event Engine, where you want attendees to have their own source
repositories provisioned.
REQUIRED: The S3 bucket has to have versioning enabled for the pipeline to work
AllowedValues:
- "GitHub"
- "S3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
boto3==1.34.44
botocore==1.34.44
boto3==1.35.28
botocore==1.35.28
aws-lambda-powertools==2.33.1
jmespath==1.0.1
python-dateutil==2.8.2
s3transfer==0.10.0
six==1.16.0
typing_extensions==4.9.0
urllib3==2.0.7
crhelper
urllib3==2.2.2
crhelper
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
opensearch-py==2.4.2
pillow==10.3.0
aws-lambda-powertools==2.33.1
boto3==1.34.44
botocore==1.34.44
certifi==2024.2.2
boto3==1.35.28
botocore==1.35.28
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
jmespath==1.0.1
Expand All @@ -15,4 +15,4 @@ typing_extensions==4.9.0
urllib3==2.0.7
pydantic==2.6.2
pydantic_core==2.16.3
crhelper
crhelper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask==2.3.2
requests==2.31.0
urllib3<2
boto3==1.26.135
flask-cors==3.0.10
flask-cors==5.0.0
numpy==1.22.2
optimizely-sdk==3.5.2
expiring-dict==1.1.0
Expand Down
Loading
Loading