Top "Serverless-framework" questions

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

How do I get the AccountId as a variable in a serverless.yml file?

I want to build an ARN in my file dynamically, but I need to get my current AccountId. How can …

amazon-web-services serverless-framework
How to return the inserted item in dynamoDB

I am using nodeJS sdk to put the item to dynamoDB, The item is: { "eventId": date + '-' + eventName + '-' + eventPurpose, "…

node.js amazon-web-services amazon-dynamodb aws-lambda serverless-framework
How can I install GraphicsMagick or ImageMagick on AWS Lambda?

I am using the gm package for Node.js along with the default ImageMagick installation that is available on AWS …

node.js imagemagick aws-lambda graphicsmagick serverless-framework
How to test aws lambda functions locally

I have a mobile application backend developed with node.js express. I tried it to deploy it as lambda service. …

python node.js amazon-web-services aws-lambda serverless-framework
Serverless Framework: How to add external NPM packages?

My situation is that I am having a bit of trouble in adding external NPM packages to my Serverless Framework …

node.js aws-lambda serverless-framework
Serverless Framework - Python and Requirements.txt

Using the serverless framework v1.0.0, I have a 'requirements.txt' in my service root with the contents being the list …

aws-lambda serverless-framework
How to pass values to a Lambda function in CloudWatch?

What's the best way to wrap functions in a way that handles a ping from a CloudWatch timer? For example, …

amazon-web-services lambda aws-lambda amazon-cloudwatch serverless-framework
serverless: command not found in ubuntu 16.04

I am trying to set up the AWS Serverless framework in Ubuntu 16.04 LTS. I installed Node.js and have also …

node.js ubuntu aws-lambda serverless-framework
How do I query DynamoDB with non primary key field?

I have the following data in my dynamoDB table. Here is my code: const userStatusParams = { TableName: process.env.USERSTATUS_TABLE, …

node.js amazon-web-services amazon-dynamodb serverless-framework
Cognito user pool authorizer With Serverless Framework

I need to authorize my API end point using aws cognito userpool. I can do it manually, but I need …

amazon-web-services aws-lambda aws-api-gateway amazon-cognito serverless-framework