python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CORS question on using a REACT app with Serverless Framework
I've seen many posts on this topic, but all of them deal with the CORS error message about missing headers and such.
I'm facing a different issue (I think..) - I'm getting a valid 200 response that lo...
user7385060
Votes: 0
Answers: 1
Parsing integers in serverless.yml to use MemoryDB's ClusterEndpoint.Port in Environment Variable
I'm creating a MemoryDB cluster for my serverless function, but the Port for the MemoryDB endpoint is an Integer, so when I try to set an environment variable to pass the endpoint URL to my function I...
user2574041
Votes: 0
Answers: 1
Problem in serverless function (serverless framework) when using sequelize orm to make requests to the database
I’m trying to set up a simple serverless environment using serverless framework, there is only one lambda function that makes a call to the database using ORM sequelize. Later it will grow.
I can run ...
Fred
Votes: 0
Answers: 2
The best way for deferred execution in serverless
I have serverless microservices using API gateway/lambda/dynamodb. We have a stream of measurements coming in from Kinesis and if an alarm condition is detected, it needs to be triggered after x secon...
systemdebt
Votes: 0
Answers: 1