Aws-serverless Questions
Ad
MongooseError [OverwriteModelError]: Cannot overwrite `Team` model once compiled
I'm making a call to a node.js express api from a react client. when i make the call from the client, this is my request:
How to add a custom folder and file via YAML in Serverless app
I am writing a serverless app by using sam. i created a config folder to keep some table information and some other info. then i load it in my
How to run cron in serverless for every minute?
I need to run cron for every minute for my server less rate: cron(* * * * * *) but it throws me error
Native Serverless vs Serverless Express
Right now, i am following a guide prepared from serverless stack team. they
How to view stdout in AWS environment?
Below is the lambda function: exports.lendinglambdahandler = async (event, context) => { const records = event.records
Async middleware in a express function with AWS Lambda (TypeError)
I want to use an async function in my middleware that extracts the user in my aws lambda function. here is the code:
Using node the process doesn't exit once finished executing
Running code that has a body similar to the one below, the code executes fine, but the connection doesn't close once it's finished, i've looked at
Serverless and GlobalSecondaryIndexes - Query condition missed key schema element with dynamodb
I tried to create globalsecondaryindexes with serverless and query for it later. i get an query condition missed key schema
What is the best way to build serverless app offline?
I'm trying to create a rest api with aws (nodejs) and dynamodb. most of the time i do not have access to aws and i need to have everything running
AWS serverless function is not responding with an image
I'm trying to have aws api gateway respond back with an image. my serverless lambda code is the following const express =
Ad
Serve zip file from AWS Lambda
I need an endpoint (serverless) that serves a series of files compressed in a zip file. to do this i am using
In nodejs, can I have sub-folders that each sub-folder host a AWS lambda function?
I am trying to implement a serverless application on aws. i wish to know a good way to organize my codes. let's say, i want to have multiple
my node.js code work unstable in aws-lambda, Sometimes it works fine, sometimes skipping the data persistence that piece of code
The data center uploads a csv file to our s3 bucket every five minutes, which triggers my lambda function to read the file and save the data to
Lambda: module initialization error: Error
I'm getting this error when i deploy my lambda function: module initialization error: error at error (native) at
Preflight CORS issue on serverless AWS Lamba fucntions.
I have tried as official
serverless(node-aws) "TypeError","errorMessage":"callback is not a function"
On my handler.js 'use strict'; var lalamove = require('./lalamove/index.js'); module.exports.getestimate = (event,
Serverless(aws-node): Call a function from a different file returns internal server error
So i have this following functions on my serverless.yml functions: getestimate: handler: handler.getestimate events:
Firebase auth to access Aws DynamoDB
I've to create a json returning api hosted on aws(aws is must can't use firebase cloud functions). user who have logged in on webapp can
Unable to import module 'handler' aws lambda function in nodejs
I keep getting this error and i don't know what is causing it. i am having an api that based on a condition will post to another api, but
Ad
Blog Categories
Ad