@hazeljs/serverless 0.2.0-beta.48 → 0.2.0-beta.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @hazeljs/serverless
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Deploy to Lambda or Cloud Functions. Zero code changes.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Same HazelJS app, same controllers, same routing. Wrap it and ship. Cold start optimization, request mapping, env handling — built in.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@hazeljs/serverless)
|
|
8
8
|
[](https://www.npmjs.com/package/@hazeljs/serverless)
|
|
@@ -497,5 +497,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
|
|
|
497
497
|
- [AWS Lambda Docs](https://docs.aws.amazon.com/lambda/)
|
|
498
498
|
- [Google Cloud Functions Docs](https://cloud.google.com/functions/docs)
|
|
499
499
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
500
|
-
- [Issues](https://github.com/
|
|
500
|
+
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
501
501
|
- [Discord](https://discord.gg/hazeljs)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/serverless",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.49",
|
|
4
4
|
"description": "Serverless adapters (AWS Lambda, Google Cloud Functions) for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
|
|
52
52
|
}
|