@@ -35,21 +35,22 @@ We've created a handful of examples to show how Scaffoldly can be used.
3535<!-- Alphbetically Ordered!!! -->
3636<!-- ALSO UPDATE ./index.yml for "create-scaffoldly-app" !!! -->
3737
38- | Language | Framework | Example Projects | Public URL |
39- | :------- | :-------------------------- | :-------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
40- | .NET | C# | [ ` dotnet-csharp ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/dotnet-csharp ) | [ Function URL] ( https://wmnaydmf2zp5s7rw4htcw5rcku0cwkfq.lambda-url.us-east-1.on.aws/weatherforecast ) |
41- | Go | ConnectRPC | [ ` go-connect ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/go-connect ) | [ Function URL] ( https://6m7hwen7ailmu4jkcfe5b23tii0nfnhf.lambda-url.us-east-1.on.aws ) |
42- | Node | ConnectRPC (with ` fastify ` ) | [ ` node-connect ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-connect ) | [ Function URL] ( https://adm2n2urfuewyca33xlh3bmlzy0gqsdh.lambda-url.us-east-1.on.aws ) |
43- | Node | ExpressJS | [ ` node-express ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-express ) | [ Function URL] ( https://pbydasw2o3quxi7fu3dyiqomne0noypf.lambda-url.us-east-1.on.aws ) |
44- | Node | Next.js | [ ` node-nextjs ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs ) | [ Function URL] ( https://inne3tcyuarfqwqz633ojyg2qe0ldglc.lambda-url.us-east-1.on.aws ) |
45- | Node | Next.js (` export ` mode) | [ ` node-nextjs-export ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-export ) | [ Function URL] ( https://jtzom2obx3owx4gn4vluichvze0frzcn.lambda-url.us-east-1.on.aws ) |
46- | Node | Next.js (` standalone ` mode) | [ ` node-nextjs-standalone ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-standalone ) | [ Function URL] ( https://uyf6bj4oqifqnfwivhdsy25giu0eaauf.lambda-url.us-east-1.on.aws ) |
47- | Node | React (with ` vite ` ) | [ ` node-react-vite ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-react-vite ) | [ Function URL] ( https://qgb37tjq2vu4qlejnu2p7zzire0tqtsy.lambda-url.us-east-1.on.aws ) |
48- | Python | Flask | [ ` python-flask ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask ) | [ Function URL] ( https://bmrroucx2eidhwiplrnme3l6ta0qnqwp.lambda-url.us-east-1.on.aws ) |
49- | Python | Flask (with ` poetry ` ) | [ ` python-flask-poetry ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask-poetry ) | [ Function URL] ( https://7dkca5ogwlgdjc66e4wc5braiu0ewgma.lambda-url.us-east-1.on.aws ) |
50- | Python | Huggingface (with ` flask ` ) | [ ` python-huggingface ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-huggingface ) | [ Function URL] ( https://mrrva4a2ncoydup72wocmha6l40xojwg.lambda-url.us-east-1.on.aws ) |
51- | Rust | Axum | [ ` rust-axum ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/rust-axum ) | [ Function URL] ( https://yqbqbyyukepkhoony3vjtjhxva0ihedb.lambda-url.us-east-1.on.aws ) |
52- | Rust | Hyper | [ ` rust-hyper ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/rust-hyper ) | [ Function URL] ( https://x3nlq7rmjc675skupaksowqut40fflpc.lambda-url.us-east-1.on.aws ) |
38+ | Language | Framework | Example Projects |
39+ | :------- | :-------------------------- | :-------------------------------------------------------------------------------------------------------- |
40+ | .NET | C# | [ ` dotnet-csharp ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/dotnet-csharp ) |
41+ | Go | ConnectRPC | [ ` go-connect ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/go-connect ) |
42+ | Go | HTTP | [ ` go-http ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/go-http ) |
43+ | Node | ConnectRPC (with ` fastify ` ) | [ ` node-connect ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-connect ) |
44+ | Node | ExpressJS | [ ` node-express ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-express ) |
45+ | Node | Next.js | [ ` node-nextjs ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs ) |
46+ | Node | Next.js (` export ` mode) | [ ` node-nextjs-export ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-export ) |
47+ | Node | Next.js (` standalone ` mode) | [ ` node-nextjs-standalone ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-standalone ) |
48+ | Node | React (with ` vite ` ) | [ ` node-react-vite ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/node-react-vite ) |
49+ | Python | Flask | [ ` python-flask ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask ) |
50+ | Python | Flask (with ` poetry ` ) | [ ` python-flask-poetry ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask-poetry ) |
51+ | Python | Huggingface (with ` flask ` ) | [ ` python-huggingface ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/python-huggingface ) |
52+ | Rust | Axum | [ ` rust-axum ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/rust-axum ) |
53+ | Rust | Hyper | [ ` rust-hyper ` ] ( https://github.com/scaffoldly/scaffoldly-examples/tree/rust-hyper ) |
5354
5455<!-- Alphbetically Ordered!!! -->
5556<!-- ALSO UPDATE ./index.yml for "create-scaffoldly-app" !!! -->
0 commit comments