Skip to content

Commit

Permalink
[warmup] add in info about provisioned concurrency (middyjs#447)
Browse files Browse the repository at this point in the history
* docs: add in info about provisioned concurrency

* version bump
  • Loading branch information
willfarrell authored and benjifs committed May 21, 2020
1 parent af41b20 commit 52625fa
Show file tree
Hide file tree
Showing 50 changed files with 78 additions and 72 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.55"
"version": "1.0.0-alpha.56"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-monorepo",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda",
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/cache",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Cache middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/core",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
"engines": {
"node": ">=6.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/db-manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/db-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/db-manager",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Simple database manager for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -40,6 +40,6 @@
"knex": "^0.17.3"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55"
"@middy/core": "^1.0.0-alpha.56"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/do-not-wait-for-empty-event-loop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/do-not-wait-for-empty-event-loop",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Middleware for the middy framework that allows to easily disable the wait for empty event loop in a Lambda function",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/error-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/error-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/error-logger",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Input and output logger middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/node": "^10.0.8"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/function-shield/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/function-shield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/function-shield",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Hardens AWS Lambda execution environment",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@puresec/function-shield": "^1.2.2"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-content-negotiation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-content-negotiation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-content-negotiation",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http content negotiation middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -47,7 +47,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-cors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-cors",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -42,7 +42,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-error-handler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-error-handler",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http error handler middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -47,7 +47,7 @@
"http-errors": "^1.6.3"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-event-normalizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-event-normalizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-event-normalizer",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http event normalizer middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -43,7 +43,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-header-normalizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-header-normalizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-header-normalizer",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http header normalizer middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-json-body-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-json-body-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-json-body-parser",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http JSON body parser middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -50,7 +50,7 @@
"http-errors": "^1.6.3"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-partial-response/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-partial-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-partial-response",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http partial response middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -47,7 +47,7 @@
"json-mask": "^0.3.8"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-response-serializer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-response-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-response-serializer",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Http response serializer middleware for the middy framework",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -48,7 +48,7 @@
"http-errors": "^1.7.2"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-security-headers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/http-security-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-security-headers",
"version": "1.0.0-alpha.55",
"version": "1.0.0-alpha.56",
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS",
"engines": {
"node": ">=6.10"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.55",
"@middy/core": "^1.0.0-alpha.56",
"es6-promisify": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/http-urlencode-body-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 52625fa

Please sign in to comment.