Skip to content

Commit

Permalink
Fix location of serverless-iiif app in CloudFormation example
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Jul 5, 2024
1 parent 5c3439a commit 3b89d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloudformation/custom_hostname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Resources:
Type: 'AWS::Serverless::Application'
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif-standalone-dev
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.4
Parameters:
ForceHost: !Sub '${CacheHostName}.${CacheDomainName}'
Expand Down

0 comments on commit 3b89d68

Please sign in to comment.