Most voted "serverless" questions
9 questions
Sort by count of
-
16
votes2
answers301
viewsWhat is serverless architecture?
Could someone briefly explain what a Serverless architecture is? After reading a few pages here, I was in doubt. Of Wikipedia, basically sums up what’s out there: [...] A cloud computing Execution…
-
5
votes1
answer224
viewsIs it possible to start serverless-offline by Javascript?
The plugin serverless-offline is used to start a framework-based application Serverless. To start, the command is used serverless offline [options] or sls offline [options] Is it possible to start…
-
2
votes1
answer42
viewsHow to save PDF from a site in Azure Functions?
I am developing an application where I will have to make a Crawler on a specific website. The application will contain an endpoint to an Azure Function where Crawler will capture. So far so good,…
-
1
votes0
answers102
viewsP2P "Serverless" with Godot Engine, through Requests
I am developing a game based on Turnos 1v1 na Godot Engine, and I’m having a hard time connecting two players as in a matchmaking. My problem is that I don’t want a central server itself, if…
-
0
votes2
answers106
viewsAWS lambda - cannot connect to RDS database, only locally
I am trying to connect to a RDS instance from a lambda. I made and tested the lambda locally, it worked perfectly. However, when I deploy to AWS the code is normally executed until the part where…
-
0
votes0
answers5
viewsAWS - Local testing with cdk
I recently started developing a serverless application using AWS CDK with typescript. It’s a much better option than doing everything via console because I can host the code in a repository and the…
-
-1
votes0
answers7
viewsLambda Schedule is running incorrectly
Good afternoon staff I have a lambda Schedule on my aws account that was supposed to run every weekday from 10 to 17 Monday to Friday rate: cron(0/30 10-17 ? * MON-FRI *) #executa A cada 30 minutos…
-
-1
votes1
answer23
viewsProblems trying to create an aws service using serverless
I am trying to create a service in AWS using serverless but when trying to execute the command sls deploy, I am presented with the following error: An error occurred: Iamrolelambdaexecution - Syntax…
-
-2
votes1
answer59
viewsserverless deploy command not found even after installation
I installed the serverless via npm, but it says that the serverless and serverless deploy command do not exist, not even serverles -v, as if it had not installed via npm.