Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure
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-frameworkI 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-frameworkI 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-frameworkI'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-frameworkI'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-serverlessI 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-frameworkI'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-frameworkHere 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-frameworkI'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-frameworkHow 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