Closed agardnerIT closed 1 year ago
Each step in the tutorial calls its own background script. This script does a curl -X POST to a lambda function. The lambda function pushes only the page name.
curl -X POST
This allows us to say "intro.md was loaded 32 times, 01-vanilla.md was loaded 30 times".
No user data or PII is collected by this PR.
This PR
Each step in the tutorial calls its own background script. This script does a
curl -X POST
to a lambda function. The lambda function pushes only the page name.This allows us to say "intro.md was loaded 32 times, 01-vanilla.md was loaded 30 times".
No user data or PII is collected by this PR.