Top "Serverless-framework" questions

Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure

Cannot debug serverless application in Visual Studio Code

I have tried to debug serverless application developed using serverless framework in VS code. I have followed this article. But …

node.js visual-studio-code serverless-framework serverless-architecture
How do I debug AWS Api Gateway & Lambda's "AWS/ApiGateway 5XXError"

I have an API Gateway resource that runs a lambda function. I'm calling the API Gateway resource using the AWS …

amazon-web-services aws-lambda aws-api-gateway serverless-framework
How do I pass json inputs to a Cron scheduled Lambda deployed in Serverless using event?

I have been trying to deploy a Lambda in Serverless to run on a Cron schedule that invokes it every …

aws-lambda serverless-framework
aws + serverless + webpack => cannot find module xxx in prod

I want to create a package to deploy on AWS using serverless and webpack. In serverless.yml I want to …

node.js amazon-web-services webpack serverless-framework serverless-architecture
How to remove stage from URLs for AWS Lambda functions + Serverless framework?

I'm using Serverless Framework to deploy functions in AWS Lambda, but I can't find where/how I can remove the …

amazon-web-services aws-lambda serverless-framework serverless-plugins
Difference between SAM template and Cloudformation template

I'm finding it hard to understand the difference between SAM template and Cloudformation template. I know that SAM template can …

amazon-web-services aws-lambda amazon-cloudformation serverless-framework
Serverless Framework Dynamo DB Table Resource Definition with Sort Key

I have some code in my serverless.yml like this currently. resources: Resources: uploadBucket: Type: AWS::S3::Bucket Properties: BucketName: ${…

amazon-web-services amazon-dynamodb serverless-framework
Serverless Error, CloudFormation cannot update a stack when a custom-named resource requires replacing

I have the following error. Serverless: Operation failed! Serverless Error --------------------------------------- An error occurred: phoneNumberTable - CloudFormation cannot update a …

amazon-web-services amazon-dynamodb amazon-cloudformation serverless-framework serverless
CORS issues with Serverless Lambda and API Gateway

Solved The below issue was simply caused by the body property of the response object constructed in my Lambda. I …

aws-lambda axios aws-api-gateway serverless-framework http-status-code-502