Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure
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-indexI'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 serverlessI 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-serverlessI 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-frameworkI 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-gatewayI stupidly removed the s3 bucket for my serverless project. When I now try and deploy or remove my application …
lambda serverless-framework serverless-architecture