腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
serverless
-本地堆栈无法部署lambda
、
cloudwatch to use
http
://localhost:4582
Serverless
: Reconfiguring service route53 to use
http
:/service
浏览 2
提问于2019-04-14
得票数 1
1
回答
将现有Nodejs Express应用程序转换为aws无服务器应用程序
、
、
、
、
我有一个使用Mongodb的Nodejs express应用程序,我想实现无服务器。我尝试使用aws服务,发现我可以使用Express.js,但只是一种web服务。我仍然不明白为什么我不能在web应用程序中使用它。提前谢谢。
浏览 17
提问于2018-01-10
得票数 1
5
回答
没有找到无服务器插件“无服务器离线”。确保它已安装并列在您的无服务器配置文件的"plugins“部分。
、
但是我确实正确地安装了插件
serverless
-offline,请有人帮我修复它。这是我的
serverless
.yml文件: name: aws send: events: package:
浏览 18
提问于2017-09-19
得票数 11
1
回答
Lambda不使用负载均衡器发送二进制数据pdf
、
我正在使用带有应用程序负载均衡器的aws lambda。我一直在努力弄清楚为什么我只得到了我的内容的一部分(几个字节)。 我正在尝试以二进制数据形式返回PDF文件。这在本地工作,当我的应用程序部署到ec2或除lambda之外的任何地方时,它都能工作。 我看过像这样的答案AWS Lambda fails to return PDF file 但这些答案都在讨论关于API网关的lambda设置。我使用的不是API网关,而是应用程序负载均衡器。有什么想法吗?
浏览 5
提问于2020-08-21
得票数 0
2
回答
http
-代理中间件与
Serverless
Lambda一起工作吗?
、
、
、
、
index.jsconst
serverless
= require('
serverless
-
http
');const {} = require('
http
-proxy-middleware'); app:
浏览 2
提问于2020-03-08
得票数 4
1
回答
如何在不使用无服务器组件的情况下将next.js 9部署到AWS Lambda
、
、
我尝试使用旧版本的插件
serverless
-nextjs-plugin,但它似乎不适用于Next.js 9,它无法为.html生成的页面创建Lambdas。 这条隧道的尽头有没有一丝曙光?
浏览 2
提问于2020-10-08
得票数 7
1
回答
来自文件的无服务器引用变量不能使用两次
/create/bin/** -
http
: method: post events: path: user cors: ${file/show/bin/** -
浏览 20
提问于2018-07-20
得票数 0
1
回答
Serverless
未能在本地堆栈上部署
、
我的框架版本是3 -
serverless
-deployment-bucket #DynamoDB:
http
://localhost:4570 #CloudFormation:
http
://localhost:4581#Ela
浏览 12
提问于2022-08-16
得票数 0
3
回答
在无服务器部署部署过程中出现错误"Cannot read property 'name‘of undefined“
、
、
、
、
GET getPost: events: createPost: events: likePost: handler: lambdas/endpoint
浏览 2
提问于2021-02-23
得票数 0
1
回答
无法在AWS Lambda中初始化对话流实现WebhookClient
、
根据,WebhookClient构造函数需要Express
HTTP
request和response对象。然而,在Lambda函数中,我只收到event (请求)。
浏览 0
提问于2018-05-25
得票数 3
3
回答
“无服务器-脱机:找不到路由。”在离线模式下运行AWS Lambda函数
、
、
、
我正在尝试遵循这篇文章,,关于如何使用
Serverless
部署Lambda函数。└── webpack.config.jsservice: my-first-lambda -
serverless
-webpackfunctions: handler: src/handler.main -
http
: path: /hello
Serverless
浏览 3
提问于2019-08-31
得票数 8
1
回答
Swagger定义的API不能在
Serverless
框架上本地执行
、
serverless
.yml的API规范是用resources的swagger格式描述的。
Serverless
: (none)
Serverless
: Offline listening on
http
://localhost:3000
serverless
.yml的API规范以functions
serverless
.yml中的
浏览 1
提问于2019-03-05
得票数 1
回答已采纳
1
回答
安装无服务器框架在aws lambda中执行nodejs应用程序
、
-
serverless
-pseudo-parameters -
serverless
-
http
const bodyParser = require('body-parser');错误消息 {&qu
浏览 5
提问于2021-05-14
得票数 2
2
回答
Serverless
:弃用警告:变量解析器报告在解析错误之后
、
、
、
lambda/
http
/generateUploadUrl.js 4.42 MiB [emitted] [minimized] (name: src/lambda/
http
/generateUploadUrl/
http
/updateTodo) 2 related assets asset src/lambda/
http
/deleteTodo.js 4.42 MiB [emitted] [minimized](name: sr
浏览 32
提问于2021-09-30
得票数 0
1
回答
无服务器-离线基本示例没有列出或可用的路由
、
、
events: path: ''plugins: -
serverless
-mocha-plugin
Serverless
: Load command config:tabcompletion:uninstall
Serverless
: Load
Serverless
浏览 24
提问于2019-11-02
得票数 0
1
回答
指定的提供程序"google“不存在
、
、
下面是
serverless
.yml的外观 plugins: # List of plugins of use on application -
serverless
-plugin-typescript-express events: # Array of e
浏览 25
提问于2019-10-08
得票数 1
回答已采纳
1
回答
AWS
Serverless
-添加响应头
、
、
、
、
不管怎样,文档(https://www.
serverless
.com/framework/docs/providers/aws/events/apigateway/#responses)说我可以这样做:events: method: get response: headers:Content-Type: "'text/html'&
浏览 18
提问于2021-07-23
得票数 0
1
回答
在无服务器的lambda中返回
HTTP
错误代码的正确方法是什么
、
、
、
、
Found");callback(JSON.stringify(myErrorObj));
Serverless
: Replying 200
Serverless
: Failu
浏览 1
提问于2017-10-11
得票数 12
回答已采纳
2
回答
解析请求主体禁止请求签名验证。
、
、
、
、
const sls = require('
serverless
-
http
'); const { createEventAdapter } = require('@slack/events-api');
浏览 15
提问于2019-11-15
得票数 2
1
回答
无法导入模块“src/index”:Function.Module._load错误(module.js:438:3)
、
我使用TypeScript将一些更改部署到一个
serverless
项目中,我添加了这段代码并将其调用到其他地方: export
浏览 0
提问于2018-05-05
得票数 1
回答已采纳
点击加载更多
相关
资讯
Serverless Days 2020展望Serverless架构的未来
入门 Serverless :Serverless Framework开发者工具
Serverless 实战:通过 Serverless 架构实现监控告警
云计算Serverless
Serverless现状研究报告
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券