Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation of machine resources.
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 serverlessA 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 serverlessI'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-pluginsFrom 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-serverlessWhen 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-samI am working on SAM template for publishing my Application in AWS Serverless repository. But when I try to add …
aws-lambda serverlessI 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-offlineI 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 serverlessI am using serverless to deploy my API on AWS. In serverless, it allows to deploy a single function: sls …
node.js amazon-web-services serverlessWhat is the difference between simple aws lambda and aws lambda@edge ?
aws-lambda serverless-framework serverless