Skip to content

Commit

Permalink
fix: update talis.io certificate (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanja-kovacevic-thinkit authored Jul 10, 2024
1 parent dd53d96 commit 74935c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "../../../lib";

export const STAGING_TALIS_IO_TLS_CERT_ARN =
"arn:aws:acm:us-east-1:302477901552:certificate/7973186a-2f4f-4d4e-92c7-d50f92f32718";
"arn:aws:acm:us-east-1:302477901552:certificate/2c1d71da-2bb8-421d-abf8-6db2b48e689d";

export class SimpleCdnSiteHostingConstructStack extends cdk.Stack {
constructor(scope: Construct, id: string, props?: cdk.StackProps) {
Expand Down

0 comments on commit 74935c7

Please sign in to comment.