Questions tagged with AWS Lambda
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I have created a lambda function that puts JSON files into a S3 bucket every 10 mins. I created the S3 bucket **with versioning disabled**
The files will normally be overwriting the existing files.
I...
2
answers
0
votes
48
views
asked 6 days agolg...
Trying to run my lambda that I have connected to my subnet that should have access to our on site server but I am getting a connection timed out error when I am running the code as it is failing to...
1
answers
0
votes
57
views
asked 6 days agolg...
Hi all,
This is something that was working months ago, but suddenly is not working anymore. When invoking a Lambda from the database either using
SELECT * FROM aws_lambda.invoke(<function_arn>,...
1
answers
0
votes
65
views
asked 6 days agolg...
My application makes API calls to our API gateway using the aws-amplify library in our React application.
We have a POST route which takes a json of a couple different fields and saves it to our...
1
answers
0
votes
106
views
asked 6 days agolg...
I am trying to pass a list of json obtained by http request through a Get customer input block in Connect,
In the logs I see my list being returned by my lambda as a python object but not being...
0
answers
0
votes
43
views
asked 6 days agolg...
I've created a dedicated IAR role with all the necessary policies to access the redshift and assigned it to my lambda. And also added tags "RedshiftDbRoles". I created a role in the workbench and...
1
answers
0
votes
80
views
asked 6 days agolg...
My goal : use stackset to deploy lambda function to mutiple regions, with codepipieline to achieve auto-deploy
I have gave a try before, but failed...
The tool I am using are
- aws stack set
- aws...
2
answers
0
votes
69
views
asked 6 days agolg...
I am developing a use case where users can only do GET or PUT SFTP operations if they log in from a particular source IP. In the File Transfer Server cloud watch log we can get the user's sessionID...
4
answers
0
votes
124
views
asked 7 days agolg...
Hi,
We have async lambda function that reads from SQS events.
We run this lambda for long time with batch size = 10 and batch window = 0, and process time was ~ 3 seconds.
As we need to increase...
3
answers
0
votes
70
views
asked 7 days agolg...
Hello Everyone,
I have a stepfuntion which invokes a lambda.
The lambda queries the dynamo with GSI with limit 1 so it returns only 1 record while fetching and the last Evaluated key which we pass...
1
answers
0
votes
107
views
asked 7 days agolg...
Hi, I am preparing serverless architecture for wordpress hosting on AWS Lambda. I have referred few architecture based on serverless on...
0
answers
0
votes
73
views
asked 7 days agolg...
I have multiple on premise java/quarkus apps. Each service logs an heartbeat or errors. These logs are sent to Cloudwatch in a specific protocol group and protocol stream.
If an error occurs in the...
1
answers
0
votes
35
views
asked 7 days agolg...