Skip to content

Commit 36f93a3

Browse files
committed
fix: config fixed bootstrap lambda layer
1 parent 51fb82c commit 36f93a3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geek-fun/serverlessinsight",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
55
"homepage": "https://serverlessinsight.geekfun.club",
66
"main": "dist/src/index.js",

src/stack/rosStack/bootstrap.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ const getBootstrapTemplate = async (context: Context) => {
3838
Description: 'ServerlessInsight Bootstrap API',
3939
Handler: 'index.handler',
4040
Runtime: 'nodejs20',
41-
Layers: [
42-
`acs:fc:${context.region}:${context.accountId}:layers/si-bootstrap-sdk/versions/18`,
43-
],
41+
Layers: [`acs:fc:${context.region}:1990893136649406:layers/si-bootstrap-sdk/versions/18`],
4442
Code: {
4543
SourceCode: `
4644
const { bootstrapHandler } = require('@geek-fun/si-bootstrap-sdk');

0 commit comments

Comments
 (0)