Skip to content

Commit 98ae231

Browse files
committed
feat: Remove deprecated serverless-pseudo-parameters
1 parent 873c98a commit 98ae231

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
280280
| **[Provisioned Concurrency Autoscaling - `serverless-provisioned-concurrency-autoscaling`](https://github.com/neiman-marcus/serverless-provisioned-concurrency-autoscaling)** <br/> by [neiman-marcus](http://github.com/neiman-marcus) <br/> Serverless Plugin for AWS Lambda Provisioned Concurrency Auto Scaling configuration | ![Github Stars](https://img.shields.io/github/stars/neiman-marcus/serverless-provisioned-concurrency-autoscaling.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-provisioned-concurrency-autoscaling.svg?label=Downloads&style=for-the-badge)|
281281
| **[Prune Plugin - `serverless-prune-plugin`](https://github.com/claygregory/serverless-prune-plugin)** <br/> by [claygregory](http://github.com/claygregory) <br/> Deletes old versions of functions from AWS, preserving recent and aliased versions | ![Github Stars](https://img.shields.io/github/stars/claygregory/serverless-prune-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-prune-plugin.svg?label=Downloads&style=for-the-badge)|
282282
| **[Prune Versions - `serverless-prune-versions`](https://github.com/manwaring/serverless-prune-versions)** <br/> by [manwaring](http://github.com/manwaring) <br/> Automatic deletion of old Lambda and Lambda Layer versions | ![Github Stars](https://img.shields.io/github/stars/manwaring/serverless-prune-versions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-prune-versions.svg?label=Downloads&style=for-the-badge)|
283-
| **[Pseudo Parameters - `serverless-pseudo-parameters`](https://github.com/svdgraaf/serverless-pseudo-parameters)** <br/> by [svdgraaf](http://github.com/svdgraaf) <br/> Use ${AWS::AccountId} and other cloudformation pseudo parameters in your serverless.yml values | ![Github Stars](https://img.shields.io/github/stars/svdgraaf/serverless-pseudo-parameters.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-pseudo-parameters.svg?label=Downloads&style=for-the-badge)|
284283
| **[Pubsub - `serverless-plugin-pubsub`](https://github.com/fivepapertigers/serverless-plugin-pubsub)** <br/> by [fivepapertigers](http://github.com/fivepapertigers) <br/> Simple pub/sub configuration with queueing for the Serverless Framework | ![Github Stars](https://img.shields.io/github/stars/fivepapertigers/serverless-plugin-pubsub.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-pubsub.svg?label=Downloads&style=for-the-badge)|
285284
| **[Puresec Cli - `serverless-puresec-cli`](https://github.com/puresec/serverless-puresec-cli)** <br/> by [puresec](http://github.com/puresec) <br/> Serverless Plugin for magically creating IAM roles that are least privileged per function. | ![Github Stars](https://img.shields.io/github/stars/puresec/serverless-puresec-cli.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-puresec-cli.svg?label=Downloads&style=for-the-badge)|
286285
| **[Pydeps - `serverless-pydeps`](https://github.com/CloudSnorkel/serverless-pydeps)** <br/> by [CloudSnorkel](http://github.com/CloudSnorkel) <br/> Serverless plugin to quickly automate Python dependencies | ![Github Stars](https://img.shields.io/github/stars/CloudSnorkel/serverless-pydeps.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-pydeps.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -753,11 +753,6 @@
753753
"description": "Distributed tracing that helps you monitor and troubleshoot your serverless applications.",
754754
"githubUrl": "https://github.com/epsagon/serverless-plugin-epsagon",
755755
"status": "active"
756-
}, {
757-
"name": "serverless-pseudo-parameters",
758-
"description": "Use ${AWS::AccountId} and other cloudformation pseudo parameters in your serverless.yml values",
759-
"githubUrl": "https://github.com/svdgraaf/serverless-pseudo-parameters",
760-
"status": "active"
761756
}, {
762757
"name": "serverless-dynamodb-ttl",
763758
"description": "Configure DynamoDB TTL in serverless.yml (until CloudFormation supports this).",

0 commit comments

Comments
 (0)