Skip to content

Commit

Permalink
Update dynamo endpoint for aws (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-walsh22 authored Aug 21, 2024
1 parent 6f6c5d8 commit 39b0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samNode/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Globals:
SSO_JWKSURI: !Ref SSOJWKSUri
IS_OFFLINE: false
AWSREGION: !Ref AWSDefaultRegion
DYNAMODB_ENDPOINT_URL: "http://172.17.0.2:8000"
DYNAMODB_ENDPOINT_URL: "https://dynamodb.ca-central-1.amazonaws.com"

Parameters:
Algorithm:
Expand Down

0 comments on commit 39b0dfa

Please sign in to comment.