Skip to content

Commit

Permalink
Update synth runtime to 2_0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliporace committed Feb 22, 2024
1 parent 621ab6f commit 47ec1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def create_api_gateway(self) -> None:
self,
"SearchEndpointCanary",
schedule=synthetics.Schedule.rate(Duration.hours(1)),
runtime=synthetics.Runtime.SYNTHETICS_PYTHON_SELENIUM_1_0,
runtime=synthetics.Runtime.SYNTHETICS_PYTHON_SELENIUM_2_0,
test=synthetics.Test.custom(
code=synthetics.Code.from_asset("cbers2stac/canary", exclude=["*~"]),
handler="api_canary.handler",
Expand Down

0 comments on commit 47ec1b4

Please sign in to comment.