Skip to content

Commit

Permalink
BRS-336: Template fix (#412)
Browse files Browse the repository at this point in the history
* Update dynamo endpoint for aws

* Change bucket name for sam
  • Loading branch information
Christopher-walsh22 authored Aug 28, 2024
1 parent 39b0dfa commit 297b787
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samNode/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Globals:
AWSREGION: !Ref AWSDefaultRegion
DYNAMODB_ENDPOINT_URL: "https://dynamodb.ca-central-1.amazonaws.com"


Parameters:
Algorithm:
Type: String
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -1489,7 +1490,7 @@ Resources:
############
# S3 Bucket
############
ParksArAssetsS3Bucket:
ParksAssetsS3BucketSAM:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: !Ref S3BucketData
Expand Down

0 comments on commit 297b787

Please sign in to comment.