Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure
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-frameworkI 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 serverlessI 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 serverlessI 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-frameworkI'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-pluginsWhen I deploy my serverless api using: serverless deploy The lambda layer gets created but when I go to run …
aws-lambda serverless-framework aws-serverlessI installed NodeJS, which seems to work fine. Running npm worked fine and I could install packages. Then I ran …
node.js lambda serverless-frameworkWhat 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-frameworkI 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-frameworkI 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