From 297b7876781f605e7fc797913943522c490ece19 Mon Sep 17 00:00:00 2001 From: Christopher-walsh22 <106549296+Christopher-walsh22@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:17:35 -0700 Subject: [PATCH] BRS-336: Template fix (#412) * Update dynamo endpoint for aws * Change bucket name for sam --- samNode/template.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samNode/template.yaml b/samNode/template.yaml index 8f6087e..872ae86 100644 --- a/samNode/template.yaml +++ b/samNode/template.yaml @@ -15,6 +15,7 @@ Globals: AWSREGION: !Ref AWSDefaultRegion DYNAMODB_ENDPOINT_URL: "https://dynamodb.ca-central-1.amazonaws.com" + Parameters: Algorithm: Type: String @@ -123,7 +124,7 @@ Parameters: Default: 'http://localhost:4300/dayuse' S3BucketData: Type: String - Default: 'parks-dup-assets-tools' + Default: 'parks-dup-assets-tools-SAM' SSOIssuerUrl: Type: String Default: 'https://dev.loginproxy.gov.bc.ca/auth/realms/bcparks-service-transformation' @@ -1489,7 +1490,7 @@ Resources: ############ # S3 Bucket ############ - ParksArAssetsS3Bucket: + ParksAssetsS3BucketSAM: Type: 'AWS::S3::Bucket' Properties: BucketName: !Ref S3BucketData