@geek-fun/serverlessinsight 0.3.3 → 0.3.4
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/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geek-fun/serverlessinsight",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
|
|
5
5
|
"homepage": "https://serverlessinsight.geekfun.club",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -33,9 +33,7 @@ const getBootstrapTemplate = async (context) => {
|
|
|
33
33
|
Description: 'ServerlessInsight Bootstrap API',
|
|
34
34
|
Handler: 'index.handler',
|
|
35
35
|
Runtime: 'nodejs20',
|
|
36
|
-
Layers: [
|
|
37
|
-
`acs:fc:${context.region}:${context.accountId}:layers/si-bootstrap-sdk/versions/18`,
|
|
38
|
-
],
|
|
36
|
+
Layers: [`acs:fc:${context.region}:1990893136649406:layers/si-bootstrap-sdk/versions/18`],
|
|
39
37
|
Code: {
|
|
40
38
|
SourceCode: `
|
|
41
39
|
const { bootstrapHandler } = require('@geek-fun/si-bootstrap-sdk');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geek-fun/serverlessinsight",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
|
|
5
5
|
"homepage": "https://serverlessinsight.geekfun.club",
|
|
6
6
|
"main": "dist/src/index.js",
|