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'm new to AWS and recently got my Solutions Architect Associates, and am trying to create a chatbot that translates user input text into another language. I created the Lambda function in Python and...
0
answers
0
votes
41
views
Hala
asked 10 hours ago
Hello. I have this matchmaking configuration ``` { "name": "GOF-Matchmaking-6P", "ruleLanguageVersion": "1.0", "teams": [{ "name": "Dragons", "minPlayers": 6, ...
0
answers
0
votes
40
views
zerox
asked 18 hours ago
Hi, Our team has a Lambda function to conduct a weekly task. We want to monitor whether this Lambda function is triggered at least once during a week. I try to create a CloudWatch alarm based on the...
2
answers
0
votes
64
views
asked a day ago
Hi, Python runtime 3.8 for lambda functions is being deprecated by 14th October 2024 but the last Canary runtime using python is based on Python 3.8:...
1
answers
0
votes
36
views
asked a day ago
Hello, I am sending a json to a Lambda function through API software called Make.com (formerly named integromat), to do a calculation in nodejs so i can then send the results to a spreadsheet. It...
0
answers
0
votes
37
views
Nev
asked a day ago
Hello AWS Community, I'm facing a challenge with an AWS Lambda function that is supposed to handle long-running batch processes. Despite setting up my system to delete and re-send SQS messages within...
2
answers
0
votes
64
views
pompom
asked a day ago
Seems like adding that would make setting up resources for a new user using triggers feel safer, since you can tear them down after. One use case I have is to start generating resources while waiting...
0
answers
0
votes
59
views
Kelnor
asked a day ago
Currently, there is a serverless project what is running with node version of 16.x And also serverless version is 2.72.4 Source code should be updated to run with node version of 20.x I have updated...
0
answers
0
votes
49
views
asked 2 days ago
Hello, We aim to add a quota per user to execute AWS Braket quantum tasks and jobs. So, we want to know if AWS allows the interception of requests made by Boto3 to create a proxy using the Lambda...
2
answers
0
votes
118
views
MathDev
asked 2 days ago
I am following this doc https://docs.aws.amazon.com/it_it/greengrass/v1/developerguide/quick-start.html now python3.7 is not supported I want to update so I am facing an issue so I need a solution...
1
answers
0
votes
67
views
profile picture
asked 2 days ago
Hello AWS re:Post community, I am currently using AWS Lambda with Node.js to send messages through the FCM HTTP v1 API. I'm using axios for HTTP requests, and my Lambda function is configured with...
0
answers
0
votes
60
views
Alan
asked 2 days ago
Hello, I am working on a an EventBridge rule that detects an start of an RDS instance and triggers a Lambda function. I have got most if it down but the first phase testing, sending an event from...
1
answers
0
votes
91
views
asked 2 days ago