Serverless Framework – Build and maintain web, mobile and IoT applications running on AWS, Google Cloud or Azure
I want to build an ARN in my file dynamically, but I need to get my current AccountId. How can …
amazon-web-services serverless-frameworkI 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-frameworkI 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-frameworkI 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-frameworkMy situation is that I am having a bit of trouble in adding external NPM packages to my Serverless Framework …
node.js aws-lambda serverless-frameworkUsing the serverless framework v1.0.0, I have a 'requirements.txt' in my service root with the contents being the list …
aws-lambda serverless-frameworkWhat'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-frameworkI 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-frameworkI 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-frameworkI 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