Top "Serverless-framework" questions

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

How could I use aws lambda to write file to s3 (python)?

I have tried to use lambda function to write a file to S3, then test shows "succeeded" ,but nothing appeared …

python amazon-web-services amazon-s3 aws-lambda serverless-framework
AWS Lambda http, where do I find the URL?

I am fairly new to AWS Lambda but sure can see the benefits of it and stumbled upon the superb …

amazon-web-services aws-lambda serverless-framework
AWS Lambda fails to return PDF file

I have created a lambda function using serverless. This function is fired via API Gateway on a GET request and …

node.js amazon-web-services lambda aws-api-gateway serverless-framework
Serverless Framework with AWS Lambda error "Cannot find module"

I'm trying to use the Serverless Framework to create a Lambda function that uses open weather NPM module. However, I'm …

node.js amazon-web-services aws-lambda aws-sdk serverless-framework
How to pass parameters to serverless invoke local

I'm working on a aws serverless project and need to test the lambda functions locally. I am using serverless invoke …

aws-lambda serverless-framework aws-serverless
How to test AWS Lambda handler locally using NodeJS?

I am following these instructions to create a basic web scraper that executes in Lambda. I have experience writing selenium …

javascript node.js aws-lambda serverless-framework
How should I connect to a Redis instance from an AWS Lambda function?

I'm trying to build an API for a single-page web app using AWS Lambda and the Serverless Framework. I want …

node.js amazon-web-services redis aws-lambda serverless-framework
reading files triggered by s3 event

Here is what i want to do : User uploads a csv file onto AWS S3 bucket. Upon file uploaded, S3 …

python csv amazon-s3 aws-lambda serverless-framework
How can we use serverless.yml to create an AWS S3 bucket and add a file to it?

I'm wondering if it's possible to leverage serverless.yml to create a bucket and add a specific file to it …

amazon-s3 aws-lambda amazon-cloudformation serverless-framework
Rename an Azure Function

How to rename an Azure Function? I want to replace a default 'HttpTriggerCSharp1' name to my own. At the …

azure azure-webjobs azure-functions serverless-framework serverless-architecture