Top "Serverless-framework" questions

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

DynamoDB queries on secondary index, how to define the indexes

I've been going around and around this and it's just not clear what to do. I have a simple table …

amazon-dynamodb serverless-framework dynamodb-queries amazon-dynamodb-index
How to read the POST parameters in a serverless application with Lambda?

I'm submitting a form to a Lambda function deployed by serverless, here's the yml: functions: hello: handler: handler.hello events: …

amazon-web-services serverless-framework serverless
Unable to import module 'handler' aws lambda function in nodejs

I keep getting this error and I don't know what is causing it. I am having an API that based …

node.js aws-lambda serverless-framework aws-serverless
How do I define resources for iamrolestatements for multiple dynamodb tables in serverless framework?

I want to use more than one dynamodb table in my serverless project. How do I properly define multiple resources …

amazon-web-services amazon-dynamodb serverless-framework
AWS Lambda Task timed out after 6.00 seconds

I am using serverless framework. My Lambda function connects to DynamoDB table for updating item in table. Read & Write …

amazon-web-services lambda amazon-dynamodb serverless-framework api-gateway
Serverless: The specified bucket does not exist

I stupidly removed the s3 bucket for my serverless project. When I now try and deploy or remove my application …

lambda serverless-framework serverless-architecture