Skip to content

Commit 3d05534

Browse files
authored
feat: Add @vulcancreative/serverless-storage (#411)
1 parent f96e284 commit 3d05534

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
3333
| **[@Stratiformdigital/serverless S3 Security Helper - `@stratiformdigital/serverless-s3-security-helper`](https://github.com/stratiformdigital/serverless-s3-security-helper)** <br/> by [stratiformdigital](http://github.com/stratiformdigital) <br/> Sets security minded settings on s3 buckets, including sls deployment buckets | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-s3-security-helper.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-s3-security-helper.svg?label=Downloads&style=for-the-badge)|
3434
| **[@Unly/serverless Env Copy Plugin - `@unly/serverless-env-copy-plugin`](https://github.com/UnlyEd/serverless-env-copy-plugin)** <br/> by [UnlyEd](http://github.com/UnlyEd) <br/> Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-env-copy-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-env-copy-plugin.svg?label=Downloads&style=for-the-badge)|
3535
| **[@Unly/serverless Plugin Dynamodb Backups - `@unly/serverless-plugin-dynamodb-backups`](https://github.com/UnlyEd/serverless-plugin-dynamodb-backups)** <br/> by [UnlyEd](http://github.com/UnlyEd) <br/> Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-plugin-dynamodb-backups.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-plugin-dynamodb-backups.svg?label=Downloads&style=for-the-badge)|
36+
| **[@Vulcancreative/serverless Storage - `@vulcancreative/serverless-storage`](https://github.com/vulcancreative/serverless-storage)** <br/> by [vulcancreative](http://github.com/vulcancreative) <br/> Serverless plugin defining DynamoDB storage primitives; like localStorage but better | ![Github Stars](https://img.shields.io/github/stars/vulcancreative/serverless-storage.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@vulcancreative/serverless-storage.svg?label=Downloads&style=for-the-badge)|
3637
| **[1password - `serverless-plugin-1password`](https://github.com/kandsten/serverless-plugin-1password)** <br/> by [kandsten](http://github.com/kandsten) <br/> Serverless interface to 1Password data via the 1Password CLI | ![Github Stars](https://img.shields.io/github/stars/kandsten/serverless-plugin-1password.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-1password.svg?label=Downloads&style=for-the-badge)|
3738
| **[Add Api Key - `serverless-add-api-key`](https://github.com/rrahul963/serverless-add-api-key)** <br/> by [rrahul963](http://github.com/rrahul963) <br/> Serverless plugin to add same api key for multiple serverless services i.e. to re-use apikey across multiple api gateway apis. | ![Github Stars](https://img.shields.io/github/stars/rrahul963/serverless-add-api-key.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-add-api-key.svg?label=Downloads&style=for-the-badge)|
3839
| **[Alexa Plugin - `serverless-alexa-plugin`](https://github.com/rajington/serverless-alexa-plugin)** <br/> by [rajington](http://github.com/rajington) <br/> Serverless plugin to support Alexa Lambda events | ![Github Stars](https://img.shields.io/github/stars/rajington/serverless-alexa-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-alexa-plugin.svg?label=Downloads&style=for-the-badge)|
@@ -69,6 +70,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
6970
| **[Aws Contributor Insights - `serverless-plugin-aws-contributor-insights`](https://github.com/kangcifong/serverless-plugin-aws-contributor-insights)** <br/> by [kangcifong](http://github.com/kangcifong) <br/> Support of AWS CloudWatch Contributor Insights | ![Github Stars](https://img.shields.io/github/stars/kangcifong/serverless-plugin-aws-contributor-insights.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-contributor-insights.svg?label=Downloads&style=for-the-badge)|
7071
| **[Aws Documentation - `serverless-aws-documentation`](https://github.com/deliveryhero/serverless-aws-documentation)** <br/> by [deliveryhero](http://github.com/deliveryhero) <br/> Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway | ![Github Stars](https://img.shields.io/github/stars/deliveryhero/serverless-aws-documentation.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-documentation.svg?label=Downloads&style=for-the-badge)|
7172
| **[Aws Function Url Custom Domain - `serverless-aws-function-url-custom-domain`](https://github.com/wangsha/serverless-aws-function-url-custom-domain)** <br/> by [wangsha](http://github.com/wangsha) <br/> Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL | ![Github Stars](https://img.shields.io/github/stars/wangsha/serverless-aws-function-url-custom-domain.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-function-url-custom-domain.svg?label=Downloads&style=for-the-badge)|
73+
| **[Aws Lambda - `serverless-aws-lambda`](https://github.com/Inqnuam/serverless-aws-lambda)** <br/> by [Inqnuam](http://github.com/Inqnuam) <br/> Plug & Play AWS Lambda NodeJS development tool with local API Gateway and Application Load Balancer support. | ![Github Stars](https://img.shields.io/github/stars/Inqnuam/serverless-aws-lambda.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-lambda.svg?label=Downloads&style=for-the-badge)|
7274
| **[Aws Nested Stacks - `serverless-aws-nested-stacks`](https://github.com/concon121/serverless-plugin-nested-stacks)** <br/> by [concon121](http://github.com/concon121) <br/> Yet another AWS nested stack plugin! | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-nested-stacks.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-nested-stacks.svg?label=Downloads&style=for-the-badge)|
7375
| **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)** <br/> by [DopplerLabs](http://github.com/DopplerLabs) <br/> Resolves variables from ESS, RDS, or Kinesis for serverless services | ![Github Stars](https://img.shields.io/github/stars/DopplerLabs/serverless-plugin-aws-resolvers.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-resolvers.svg?label=Downloads&style=for-the-badge)|
7476
| **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)** <br/> by [concon121](http://github.com/concon121) <br/> Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-aws-resource-names.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-resource-names.svg?label=Downloads&style=for-the-badge)|
@@ -294,6 +296,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
294296
| **[Raml - `raml-serverless`](https://github.com/andrewcurioso/raml-serverless)** <br/> by [andrewcurioso](http://github.com/andrewcurioso) <br/> Serverless plugin to work with RAML API spec documents | ![Github Stars](https://img.shields.io/github/stars/andrewcurioso/raml-serverless.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/raml-serverless.svg?label=Downloads&style=for-the-badge)|
295297
| **[Reducer - `serverless-plugin-reducer`](https://github.com/medikoo/serverless-plugin-reducer)** <br/> by [medikoo](http://github.com/medikoo) <br/> Reduce Node.js lambda package so it contains only lambda dependencies | ![Github Stars](https://img.shields.io/github/stars/medikoo/serverless-plugin-reducer.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-reducer.svg?label=Downloads&style=for-the-badge)|
296298
| **[Registry - `serverless-plugin-registry`](https://github.com/aronim/serverless-plugin-registry)** <br/> by [aronim](http://github.com/aronim) <br/> Serverless plugin to register function names with AWS SSM Parameter Store. | ![Github Stars](https://img.shields.io/github/stars/aronim/serverless-plugin-registry.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-registry.svg?label=Downloads&style=for-the-badge)|
299+
| **[Remote Json Envs - `serverless-remote-json-envs`](https://github.com/juancarestre/serverless-remote-json-envs)** <br/> by [juancarestre](http://github.com/juancarestre) <br/> Allows to use plain JSON files in remote locations being parsed as environment variables in lambda | ![Github Stars](https://img.shields.io/github/stars/juancarestre/serverless-remote-json-envs.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-remote-json-envs.svg?label=Downloads&style=for-the-badge)|
297300
| **[Reqvalidator Plugin - `serverless-reqvalidator-plugin`](https://github.com/RafPe/serverless-reqvalidator-plugin)** <br/> by [RafPe](http://github.com/RafPe) <br/> Serverless plugin to add request validator to API Gateway methods | ![Github Stars](https://img.shields.io/github/stars/RafPe/serverless-reqvalidator-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-reqvalidator-plugin.svg?label=Downloads&style=for-the-badge)|
298301
| **[Resource Policy - `serverless-resource-policy`](https://github.com/HubSpotWebTeam/serverless-resource-policy)** <br/> by [HubSpotWebTeam](http://github.com/HubSpotWebTeam) <br/> Creates a whitelist of IP or CIDR addresses using serverless resource policies | ![Github Stars](https://img.shields.io/github/stars/HubSpotWebTeam/serverless-resource-policy.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-resource-policy.svg?label=Downloads&style=for-the-badge)|
299302
| **[Resource Tagging - `serverless-plugin-resource-tagging`](https://github.com/ilayanambi86/serverless-plugin-resource-tagging)** <br/> by [ilayanambi86](http://github.com/ilayanambi86) <br/> Plugin to support stackTags based AWS resource tagging and APIGateway tagging. | ![Github Stars](https://img.shields.io/github/stars/ilayanambi86/serverless-plugin-resource-tagging.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-resource-tagging.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
2525
"status": "active"
2626
}, {
27+
"name": "serverless-aws-lambda",
28+
"description": "Plug & Play AWS Lambda NodeJS development tool with local API Gateway and Application Load Balancer support.",
29+
"githubUrl": "https://github.com/Inqnuam/serverless-aws-lambda",
30+
"status": "active"
31+
},{
2732
"name": "serverless-app-client-credentials-to-ssm",
2833
"description": "Export Cognito app client credentials to SSM Parameter store",
2934
"githubUrl": "https://github.com/GaaraZhu/serverless-app-client-credentials-to-ssm",

0 commit comments

Comments
 (0)