Skip to content

Commit 4dc664f

Browse files
committed
link to api gateway example
1 parent b8e028e commit 4dc664f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
You can use this AWS Lambda function by itself or with other AWS services to:
77

88
* Run many concurrent selenium scripts at the same time without worrying about the infrastructure
9-
* Run execute a selenium script via an HTTP call using API Gateway
9+
* Run execute a selenium script via an HTTP call using API Gateway ([example app](/examples/apps/api-gateway.yaml))
1010
* Configure Cloudwatch events to run a script on a schedule ([example app](/examples/apps/scheduled-event.yaml))
1111
* Integrate selenium tests running in Chrome into different event-driven workflows (like CodeDeploy checks, webhooks, or uploads to an S3 bucket)
1212

examples/apps/api-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
Variables:
1717
CLEAR_TMP: "true"
1818
# packaged lambdium archive @ v0.2
19-
CodeUri: <<replace>>
19+
CodeUri: s3://lambdium-upload-bucket/690dd891bba09e8520a70cf68af7d904
2020
Events:
2121
RunScript:
2222
Properties:

0 commit comments

Comments
 (0)