diff --git a/README.md b/README.md
index d852f9d..1ceeb7d 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,10 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[@Kakkuk/serverless Aws Apigateway Documentation - `@kakkuk/serverless-aws-apigateway-documentation`](https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation)**
by [failsafe-engineering](http://github.com/failsafe-engineering)
Adds support for AWS API Gateway documentation and model | 
|
| **[@Kakkuk/serverless Aws Lambda Dynamic Trigger - `@kakkuk/serverless-aws-lambda-dynamic-trigger`](https://github.com/failsafe-engineering/serverless-aws-lambda-dynamic-trigger)**
by [failsafe-engineering](http://github.com/failsafe-engineering)
Allows to register sns, sqs and kinesis triggers (events) dynamically. | 
|
| **[@Redtea/serverless Env Generator - `@redtea/serverless-env-generator`](https://github.com/org-redtea/serverless-env-generator)**
by [org-redtea](http://github.com/org-redtea)
Manage environment variables with YAML and load them with dotenv. Supports variable encryption with KMS, multiple stages and custom profiles. Maintained fork from https://github.com/DieProduktMacher/serverless-env-generator with more advanced YAML anchors supporting and other. | 
|
+| **[@Stratiformdigital/serverless Iam Helper - `@stratiformdigital/serverless-iam-helper`](https://github.com/stratiformdigital/serverless-iam-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Applies IAM Path and PermissionsBoundary settings in hard to reach places. | 
|
+| **[@Stratiformdigital/serverless Idempotency Helper - `@stratiformdigital/serverless-idempotency-helper`](https://github.com/stratiformdigital/serverless-idempotency-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Helps make lambda deployments idempotent | 
|
+| **[@Stratiformdigital/serverless Online - `@stratiformdigital/serverless-online`](https://github.com/stratiformdigital/serverless-online)**
by [stratiformdigital](http://github.com/stratiformdigital)
Faster lambda development in AWS through hot deploys and streaming logs. | 
|
+| **[@Stratiformdigital/serverless S3 Security Helper - `@stratiformdigital/serverless-s3-security-helper`](https://github.com/stratiformdigital/serverless-s3-security-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Sets security minded settings on s3 buckets, including sls deployment buckets | 
|
| **[@Unly/serverless Env Copy Plugin - `@unly/serverless-env-copy-plugin`](https://github.com/UnlyEd/serverless-env-copy-plugin)**
by [UnlyEd](http://github.com/UnlyEd)
Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv | 
|
| **[@Unly/serverless Plugin Dynamodb Backups - `@unly/serverless-plugin-dynamodb-backups`](https://github.com/UnlyEd/serverless-plugin-dynamodb-backups)**
by [UnlyEd](http://github.com/UnlyEd)
Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda | 
|
| **[1password - `serverless-plugin-1password`](https://github.com/kandsten/serverless-plugin-1password)**
by [kandsten](http://github.com/kandsten)
Serverless interface to 1Password data via the 1Password CLI | 
|
diff --git a/plugins.json b/plugins.json
index ce4eb62..2e167b2 100644
--- a/plugins.json
+++ b/plugins.json
@@ -54,6 +54,26 @@
"description": "Modularize your serverless definitions",
"githubUrl": "https://github.com/icarus-sullivan/serverless-plugin-modularize",
"status": "active"
+}, {
+ "name": "@stratiformdigital/serverless-online",
+ "description": "Faster lambda development in AWS through hot deploys and streaming logs.",
+ "githubUrl": "https://github.com/stratiformdigital/serverless-online",
+ "status": "active"
+}, {
+ "name": "@stratiformdigital/serverless-iam-helper",
+ "description": "Applies IAM Path and PermissionsBoundary settings in hard to reach places.",
+ "githubUrl": "https://github.com/stratiformdigital/serverless-iam-helper",
+ "status": "active"
+}, {
+ "name": "@stratiformdigital/serverless-idempotency-helper",
+ "description": "Helps make lambda deployments idempotent",
+ "githubUrl": "https://github.com/stratiformdigital/serverless-idempotency-helper",
+ "status": "active"
+}, {
+ "name": "@stratiformdigital/serverless-s3-security-helper",
+ "description": "Sets security minded settings on s3 buckets, including sls deployment buckets",
+ "githubUrl": "https://github.com/stratiformdigital/serverless-s3-security-helper",
+ "status": "active"
}, {
"name": "serverless-provisioned-concurrency-autoscaling",
"description": "Serverless Plugin for AWS Lambda Provisioned Concurrency Auto Scaling configuration",