Top "Serverless" questions

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

AWS Serverless | Code storage limit exceeded

I have an error Code storage limit exceeded deploy the serverless application in AWS. Total size 409 B. The error message …

amazon-web-services serverless-framework serverless
Is it possible to subscribe to a WebSocket in a serverless fashion using AWS?

A website offers a websocket to get real-time data from. I'm trying to record data received from the websocket in …

amazon-web-services websocket amazon-dynamodb serverless
Correct .env file with serverless-dotenv-plugin

I'm using the following as a custom serverless-dotenv-plugin plugin configuration: custom: dotenv: path: .env-${opt:stage, 'local'} But what I'm …

serverless-framework serverless serverless-plugins
Creating an Aurora Serverless Cluster from cloudformation?

From Aurora Serverless's document, there are 3 ways to create an Aurora serverless DB cluster: AWS management console, CLI, and RDS …

amazon-web-services amazon-cloudformation serverless amazon-rds-aurora aws-aurora-serverless
AWS SAM YAML template - Unknown Tag !Ref

When I try to deploy my AWS SAM YAML file, it fails saying the !Ref is an unknown tag. Any …

yaml amazon-cloudformation serverless aws-serverless aws-sam
Not able to add policies in SAM template

I am working on SAM template for publishing my Application in AWS Serverless repository. But when I try to add …

aws-lambda serverless
How to debug Serverless Offline in Visual Studio Code using another port?

I have two Serverless Offline "servers" which I need to run locally at same time. So I need to change …

node.js visual-studio-code port serverless serverless-framework-offline
AWS Lambda Function always returns null (Node/Javascript)?

I have a simple Lambda function that is supposed to take event data and send a message to an SNS …

node.js amazon-web-services aws-lambda amazon-sns serverless
Serverless: how to remove one function

I am using serverless to deploy my API on AWS. In serverless, it allows to deploy a single function: sls …

node.js amazon-web-services serverless