Skip to content

Commit 01a6d77

Browse files
committed
deploy: d53798b
1 parent 56a9dda commit 01a6d77

26 files changed

Lines changed: 58 additions & 58 deletions

00_intro.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<link rel="preload stylesheet" href="/aws_lambda_rust_runtime/assets/style.DNF7RdQo.css" as="style">
1010
<link rel="preload stylesheet" href="/aws_lambda_rust_runtime/vp-icons.css" as="style">
1111

12-
<script type="module" src="/aws_lambda_rust_runtime/assets/app.FX1JZqxb.js"></script>
12+
<script type="module" src="/aws_lambda_rust_runtime/assets/app.Cxh2GB8q.js"></script>
1313
<link rel="preload" href="/aws_lambda_rust_runtime/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
1414
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
1515
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
1616
</head>
1717
<body>
1818
<div id="app"></div>
19-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"00_intro.md\":\"DMNDKDAn\",\"01_initial_setup.md\":\"PfGD40yo\",\"02_handle_rest_requests.md\":\"DMOnh_sA\",\"index.md\":\"uiFvg7zr\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"AWS Lambda with Rust Tutorial\",\"description\":\"A step‑by‑step guide to building and deploying AWS Lambda functions using Rust.\",\"base\":\"/aws_lambda_rust_runtime/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Introduction\",\"link\":\"/00_intro\"},{\"text\":\"Initial Setup\",\"link\":\"/01_initial_setup\"},{\"text\":\"REST API Requests\",\"link\":\"/02_handle_rest_requests\"},{\"text\":\"GitHub\",\"link\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime\"}],\"sidebar\":[{\"text\":\"Tutorial\",\"collapsible\":true,\"items\":[{\"text\":\"Introduction\",\"link\":\"/00_intro\"},{\"text\":\"Initial Setup\",\"link\":\"/01_initial_setup\"},{\"text\":\"Handling REST API Requests\",\"link\":\"/02_handle_rest_requests\"}]}],\"editLink\":{\"pattern\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime/edit/main/doc/:path\",\"text\":\"Edit this page on GitHub\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Copyright © 2025 Artem Korolev\"},\"search\":{\"provider\":\"local\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
19+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"index.md\":\"BZ5AF_fo\",\"tutorial_00_intro.md\":\"DN8lnnI6\",\"tutorial_01_initial_setup.md\":\"f9oyb_uV\",\"tutorial_02_handle_rest_requests.md\":\"KAGkXhHP\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"AWS Lambda with Rust Tutorial\",\"description\":\"A step‑by‑step guide to building and deploying AWS Lambda functions using Rust.\",\"base\":\"/aws_lambda_rust_runtime/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Introduction\",\"link\":\"/tutorial/00_intro\"},{\"text\":\"Tutorial\",\"link\":\"/tutorial/01_initial_setup\"},{\"text\":\"GitHub\",\"link\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime\"}],\"sidebar\":[{\"text\":\"Getting started\",\"collapsible\":true,\"items\":[{\"text\":\"Introduction\",\"link\":\"/tutorial/00_intro\"}]},{\"text\":\"Tutorial\",\"collapsible\":true,\"items\":[{\"text\":\"01 - Initial Setup\",\"link\":\"/tutorial/01_initial_setup\"},{\"text\":\"02 - Handling REST API Requests\",\"link\":\"/tutorial/02_handle_rest_requests\"}]}],\"editLink\":{\"pattern\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime/edit/main/doc/:path\",\"text\":\"Edit this page on GitHub\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/BootstrapLaboratory/aws_lambda_rust_runtime\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Copyright © 2025 Artem Korolev\"},\"search\":{\"provider\":\"local\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
2020

2121
</body>
2222
</html>

0 commit comments

Comments
 (0)