Top "Serverless-framework" questions

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

How to continue deploy if DynamoDb table already exists

I'd like to continue the deployment (or force) even if a resource already exists. Atm I got this error: Serverless …

lambda amazon-dynamodb serverless-framework
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
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
Request validation using serverless framework

I am using serverless framework for the backend. How can I implement request validation? (do not want to write validation …

amazon-web-services validation aws-lambda aws-api-gateway serverless-framework
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
Serverless - Lambda Layers "Cannot find module 'request'"

When I deploy my serverless api using: serverless deploy The lambda layer gets created but when I go to run …

aws-lambda serverless-framework aws-serverless
After installing serverless on Windows 10, I can't run "serverless" at the command prompt

I installed NodeJS, which seems to work fine. Running npm worked fine and I could install packages. Then I ran …

node.js lambda serverless-framework
Lambda Integration vs. Lambda Proxy: Pros and Cons

What do you think are the Pros and Cons of using Lambda integration with and without the proxy feature in …

aws-lambda aws-api-gateway serverless-framework
How to add S3 trigger event on AWS Lambda function using Serverless framework?

I want to add trigger event on a Lambda function on an already existing bucket and for that I am …

amazon-web-services amazon-s3 aws-lambda serverless-framework
Use path params in serverless framework 1.0

I want to use the path param /customer/{customerId} of a GET request in order to query a customer using …

amazon-web-services aws-lambda serverless-framework