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)
Clone RDS aurora Database with AWS lambda function
I'm building a SaaS product with tenancy per database (each client has it's own RDS Aurora mysql compatible db)
When creating a new client account I would like to clone a template database (schema+dat...
Luis Alvarado Day
Votes: 0
Answers: 0
AWS Lambda - One function with multiple parameter sets or multiple functions?
I have a lambda function which is pretty general. It queries an Athena Database table, and writes the output to an S3 Bucket. The function is currently set up to accept environment variables for the D...
Python Developer
Votes: 0
Answers: 1
Lambda Python Error: Runtime exited with error: signal: segmentation fault (core dumped) Runtime.ExitError
Lately I've had this problem when running my lambdas on aws.
I have checked that the lambda does not run, the lambda starts but does not run.
I tried to increase the memorySize of the lambda but it is...

Leandro Hernández Mira
Votes: 0
Answers: 3
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