Skip to content

Commit

Permalink
Multiple Packages Updates (#631) (#641)
Browse files Browse the repository at this point in the history
* multiple package updates
* add required msg: s3 versioning
* RetailDemoStorePersonalizePreCreateResources typo
  • Loading branch information
BastLeblanc authored Oct 2, 2024
1 parent 1e4febc commit 49f2070
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 112 deletions.
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

0 comments on commit 49f2070

Please sign in to comment.