Skip to content

Commit

Permalink
docs(nx-dev): Add deprecation message for aws-lambda (#23971)
Browse files Browse the repository at this point in the history
Adds deprecation message for `@nx/aws-lambda` since the module is
deprecated and unmaintained.

Ref: https://www.npmjs.com/package/@nx/aws-lambda

closes: #23520
(cherry picked from commit 992ae85)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed May 21, 2024
1 parent 92474f0 commit 837656f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@
"disableCollapsible": false
},
{
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"path": "/recipes/node/node-aws-lambda",
"id": "node-aws-lambda",
"isExternal": false,
Expand Down Expand Up @@ -2615,7 +2615,7 @@
"disableCollapsible": false
},
{
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"path": "/recipes/node/node-aws-lambda",
"id": "node-aws-lambda",
"isExternal": false,
Expand Down Expand Up @@ -2658,7 +2658,7 @@
"disableCollapsible": false
},
{
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"path": "/recipes/node/node-aws-lambda",
"id": "node-aws-lambda",
"isExternal": false,
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@
},
{
"id": "node-aws-lambda",
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"description": "",
"mediaImage": "",
"file": "shared/recipes/deployment/node-aws-lambda",
Expand Down Expand Up @@ -3577,7 +3577,7 @@
},
{
"id": "node-aws-lambda",
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"description": "",
"mediaImage": "",
"file": "shared/recipes/deployment/node-aws-lambda",
Expand Down Expand Up @@ -3637,7 +3637,7 @@
},
"/recipes/node/node-aws-lambda": {
"id": "node-aws-lambda",
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"description": "",
"mediaImage": "",
"file": "shared/recipes/deployment/node-aws-lambda",
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/manifests/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
"description": "",
"file": "shared/recipes/deployment/node-aws-lambda",
"id": "node-aws-lambda",
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"path": "/recipes/node/node-aws-lambda"
}
],
Expand All @@ -861,7 +861,7 @@
"description": "",
"file": "shared/recipes/deployment/node-aws-lambda",
"id": "node-aws-lambda",
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"path": "/recipes/node/node-aws-lambda"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"file": "shared/recipes/deployment/node-serverless-functions-netlify"
},
{
"name": "Deploying AWS lambda in Node.js",
"name": "Deploying AWS lambda in Node.js (deprecated)",
"id": "node-aws-lambda",
"tags": ["deployment", "node"],
"file": "shared/recipes/deployment/node-aws-lambda"
Expand Down
5 changes: 5 additions & 0 deletions docs/shared/recipes/deployment/node-aws-lambda.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Deploying AWS Lambda Functions in Node.js

{% callout type="warning" title="deprecated" %}
The @nx/aws-lambda plugin is deprecated and unmaintained.
We are committed to providing high-quality tooling to community, and we no longer have the capacity to keep this plugin updated.
{% /callout %}

This recipe guides you through setting up AWS Lambda functions with Nx.

## Getting set up
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
- [Node](/recipes/node)
- [Deploying a Node App to Fly.io](/recipes/node/node-server-fly-io)
- [Add and Deploy Netlify Edge Functions with Node](/recipes/node/node-serverless-functions-netlify)
- [Deploying AWS lambda in Node.js](/recipes/node/node-aws-lambda)
- [Deploying AWS lambda in Node.js (deprecated)](/recipes/node/node-aws-lambda)
- [Set Up Application Proxies](/recipes/node/application-proxies)
- [Wait for Tasks to Finish](/recipes/node/wait-for-tasks)
- [Storybook](/recipes/storybook)
Expand Down

0 comments on commit 837656f

Please sign in to comment.