Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure
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-architectureI 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-frameworkWhat is the difference between simple aws lambda and aws lambda@edge ?
aws-lambda serverless-framework serverlessI have been trying to deploy a Lambda in Serverless to run on a Cron schedule that invokes it every …
aws-lambda serverless-frameworkI 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-architectureI'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-pluginsI'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-frameworkI 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-frameworkI 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 serverlessSolved 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