Skip to content

Commit 7ccd159

Browse files
committed
removed deno docs
1 parent c8d9699 commit 7ccd159

File tree

7 files changed

+1
-81
lines changed

7 files changed

+1
-81
lines changed

src/shared/redirect-map.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const tempRedirects = {
4242
'/node': '/docs/en/reference/runtime-helpers/node.js',
4343
'/ruby': '/docs/en/reference/runtime-helpers/ruby',
4444
'/python': '/docs/en/reference/runtime-helpers/python',
45-
'/deno': '/docs/en/reference/runtime-helpers/deno',
4645

4746
// Other aliases
4847
'/typescript': '/docs/en/guides/developer-experience/using-typescript',
@@ -182,7 +181,6 @@ export const permanentRedirects = {
182181
// round 2: Q4 2021
183182
'/docs/en/reference/runtime/node': '/docs/en/reference/runtime-helpers/node.js',
184183
'/docs/en/reference/runtime/node.js': '/docs/en/reference/runtime-helpers/node.js',
185-
'/docs/en/reference/runtime/deno': '/docs/en/reference/runtime-helpers/deno',
186184
'/docs/en/reference/runtime/ruby': '/docs/en/reference/runtime-helpers/ruby',
187185
'/docs/en/reference/runtime/python': '/docs/en/reference/runtime-helpers/python',
188186

src/views/docs/en/:tutorials/configuring-aws.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Architect supports the following runtime versions:
9999
- Unless otherwise specified in your project manifest, Node.js is the default runtime for new functions
100100
- **Python**: `3.13`, `3.12`, `3.11`, `3.10`, or `3.9` using `pip3`
101101
- **Ruby**: `3.3`, or `3.2` using `bundle`
102-
- **Deno**: `1.6.x` ([under development](../reference/runtime-helpers/deno))
103102

104103
> ⚠️ Working locally with the Sandbox requires target runtimes to be available in your `$PATH`.
105104

src/views/docs/en/get-started/detailed-aws-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Architect supports the following runtimes for composing your application's busin
2424
- **Python**: >= 3.9 using `pip3`
2525
- Unless otherwise specified in your project manifest, Python 3.13 is the default Python runtime
2626
- **Ruby**: >= 3.2 using `bundle`
27-
- **Deno**: `1.6.x` ([under development](../reference/runtime-helpers/deno))
2827

2928
> ⚠️ Working locally with the Sandbox requires target runtimes to be available in your `$PATH`.
3029

src/views/docs/en/get-started/runtime-support.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Architect runtime support documentation
66

77
## Overview
88

9-
This document outlines the current runtime support commitments Architect makes, both for official AWS Lambda runtimes (such as Node.js), and Architect-specific runtimes (such as TypeScript and Deno).
9+
This document outlines the current runtime support commitments Architect makes, both for official AWS Lambda runtimes (such as Node.js), and Architect-specific runtimes (such as TypeScript).
1010

1111

1212
## Runtime support definitions
@@ -40,7 +40,6 @@ Runtime | [Deployment][1] | [Sandbox][2] | [Runtime utils][3] | [Automated
4040
Node.js | **** | **** | [****][5] | ****
4141
TypeScript¹ | **** | **** | [****][5] | ****
4242
Python | **** | **** | [****][6] | ****
43-
Deno² | **** | **** | [~²][7] |
4443
Ruby | **** | **** | |
4544
Rust³ | **** | **** | |
4645
Go⁴ | **** | **** | |
@@ -56,8 +55,6 @@ Legend:
5655

5756
¹ TypeScript supported via [official plugin](https://github.com/architect/plugin-typescript)
5857

59-
² Deno support may not be current or stable due to ongoing issues related to [Deno compiling to AWS Linux](https://github.com/denoland/deno/issues/17925); an [in-development Deno utility library can be found here](https://github.com/architect/functions-deno)
60-
6158
³ Rust supported via [official plugin](https://github.com/architect/plugin-rust)
6259

6360
⁴ Go supported via [official plugin](https://github.com/architect/plugin-go)
@@ -68,4 +65,3 @@ Legend:
6865
[4]: #automated-dependency-management
6966
[5]: /docs/en/reference/runtime-helpers/node.js
7067
[6]: /docs/en/reference/runtime-helpers/python
71-
[7]: /docs/en/reference/runtime-helpers/deno

src/views/docs/en/guides/developer-experience/using-deno.md

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

src/views/docs/en/reference/runtime-helpers/deno.md

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

src/views/docs/table-of-contents.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const Guides = [
1717
'Logging & monitoring',
1818
'Using ESM',
1919
'Using TypeScript',
20-
'Using Deno',
2120
'Custom CloudFormation',
2221
'Create AWS credentials',
2322
{
@@ -93,7 +92,6 @@ const Reference = [ {
9392
'Runtime helpers': [
9493
'Node.js',
9594
'Python',
96-
'Deno',
9795
],
9896
} ]
9997

0 commit comments

Comments
 (0)