Top "Serverless" questions

Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation of machine resources.

aws-sam-local environment variables

I am following the readme here: https://github.com/awslabs/aws-sam-local I have a lambda written in python 3.6 and its …

aws-lambda serverless aws-sam-cli
AWS Aurora MySQL serverless: how to connect from MySQL Workbench

I was trying to use AWS Aurora Serverless for MySQL in my project, but I am impossible to connect to …

mysql amazon-web-services serverless amazon-rds-aurora
How do you look at console.log output of the amazon lambda function

When you do a console.log('Loading function'); in an amazon lambda function, where does that go? My setup api …

amazon-web-services serverless
When to choose App Engine over Cloud Functions?

Sorry, if this is a naive question, but i've watched bunch of talks from google's staff and still don't understand …

google-app-engine google-cloud-platform google-cloud-functions serverless
What is the difference between a Serverless Function, and a Lambda Function

I am playing around with the Cloudformation Serverless Transformation, and am trying to figure out how and when to use …

amazon-web-services aws-lambda serverless
Fargate vs Lambda, when to use which?

I'm pretty new to the whole Serverless landscape, and am trying to wrap my head around when to use Fargate …

aws-lambda amazon-ecs serverless aws-fargate
Serverless command "offline" not found

I am running my nodejs code and also installed serverless(npm i -g serverless) but while running it with the …

javascript node.js serverless serverless-offline
Generating a unique key for dynamodb within a lambda function

DynamoDB does not have the option to automatically generate a unique key for you. In examples I see people creating …

node.js aws-lambda amazon-dynamodb serverless
Destroy resources created via Serverless without destroying Lambda endpoints

I have the following resource defined in my serverless.yml file. Its working great to create the resource for all …

amazon-web-services aws-lambda aws-api-gateway serverless-framework serverless
Why do I get a UserCodeSyntaxError when I have no syntax error in my code?

I'm currently creating a Dialogflow chatbot in nodejs and upon deploying my code I get an error message. I've attempted …

node.js aws-lambda serverless