Skip to content

Commit

Permalink
feat: upgrade synthetics runtime to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tkimurz committed Aug 31, 2022
1 parent d71177c commit 5d1ed14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usecases/guest-webapp-sample/lib/blea-canary-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class BLEACanaryStack extends cdk.Stack {
}),
// It's recommended that use the latest runtime version.
// See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html
runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_3,
runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_5,
environmentVariables: {
TARGETHOST: props.appEndpoint,
TARGETPATH: '/',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4704,7 +4704,7 @@ Object {
"TARGETPATH": "/",
},
},
"RuntimeVersion": "syn-nodejs-puppeteer-3.3",
"RuntimeVersion": "syn-nodejs-puppeteer-3.5",
"Schedule": Object {
"DurationInSeconds": "0",
"Expression": "rate(1 minute)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5016,7 +5016,7 @@ Object {
"TARGETPATH": "/",
},
},
"RuntimeVersion": "syn-nodejs-puppeteer-3.3",
"RuntimeVersion": "syn-nodejs-puppeteer-3.5",
"Schedule": Object {
"DurationInSeconds": "0",
"Expression": "rate(1 minute)",
Expand Down

0 comments on commit 5d1ed14

Please sign in to comment.