python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to save S3 file to AWS lambda tmp directory and how to delete a file from AWS lambda tmp directory using golang
Need to download a file from s3 bucket and store in to tmp directory in lambda function. After that need apply grep command into file using "os/exec". I tried to do this algorithm using gol...

Ibjas Mohamed
Votes: 0
Answers: 0
How to add the service name using env vairables in serverless.yml
I am trying to set the serverless service name from the env file.
I have written it as
service: ${env:SERVICE_NAME}
It worked perfectly in previous versions of serverless framework. However since I u...
Yatin Pandit
Votes: 0
Answers: 0
how to build search functionality with ElasticSearch and lambda function into your existing project
I am having a Node + Express application running on EC2 server and trying to add a new search feature to it. I am thinking about using Lambda function and ElasticSearch. When the client fires a reques...
bot99zjc
Votes: 0
Answers: 1
Error when deploying serverless application in python
After I signed in in my serverless account and then I tried to deploy my application (on Amazon),
it shows me this error
Error: `docker run --rm -v C:/Users/user/AppData/Local/UnitedIncome/serverl...
rev-kid
Votes: 0
Answers: 1