Top "Serverless-architecture" questions

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
AccessDeniedException: Unable to determine service/operation name to be authorized

Using AWS CLI aws --version aws-cli/1.11.21 Python/2.7.12 Darwin/15.3.0 botocore/1.4.78 Creating a POST method for API Gateway as explained at https://…

aws-lambda aws-api-gateway aws-cli serverless-architecture
prevent NodeJS program from exiting

I am creating NodeJS based crawler, which is working with node-cron package and I need to prevent entry script from …

node.js cron web-crawler exit serverless-architecture
Cannot debug serverless application in Visual Studio Code

I have tried to debug serverless application developed using serverless framework in VS code. I have followed this article. But …

node.js visual-studio-code serverless-framework serverless-architecture
aws + serverless + webpack => cannot find module xxx in prod

I want to create a package to deploy on AWS using serverless and webpack. In serverless.yml I want to …

node.js amazon-web-services webpack serverless-framework serverless-architecture