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 working with three lambdas: the first one has an API Gateway for a trigger, the second one has an SQS FIFO queue (let's name it queue1) as a trigger, and the third one has also an SQS FIFO queue...
0
answers
0
votes
2
views
asked an hour agolg...
I'm new to AWS and working on setting up a Django Rest backend for my (relatively simple) app using PostgreSQL.
For each user, I want it to automatically schedule the following:
1. An hourly task,...
1
answers
0
votes
8
views
asked 5 hours agolg...
My intention is to make a simple HTTP request and grab the JSON response body. Here are my code but it seems like the log complained bout missing packages.
Test Event Name
```
call
Response
{
...
3
answers
0
votes
29
views
asked 13 hours agolg...
What can I do about lambda concurrency being set to 10 in new accounts even though default is 1000?lg...
Hi all. It appears that AWS recently made some changes, where new accounts have their reserved lambda concurrency max set to a MUCH lower value than the previous default of 1,000. I am currently...
1
answers
0
votes
16
views
asked a day agolg...
Hi,
We're trying to fetch data from an SAP Odata API and got it to work using AppFlow. The problem is that the AppFlow connector doesn't support connecting it directly to an entity, only the catalog....
0
answers
0
votes
11
views
asked a day agolg...
I create lambda function to be used in athena UDF.
```
USING EXTERNAL FUNCTION decrypt(variable1 VARBINARY)
RETURNS VARCHAR
LAMBDA 'LambdaFunctionName'
SELECT decrypt(amount) FROM...
1
answers
0
votes
25
views
asked a day agolg...
Hi,
If I choose to proceed with a single Amazon Machine Image (AMI)-CloudFormation stack to publish the application my application for a Marketplace offer to publish my application on AWS Marketplace,...
0
answers
0
votes
23
views
asked a day agolg...
I am trying to selectively clear out an S3 bucket with roughly 3 billion objects based on some custom made inventory manifest files. I am using Lambda to run a function that will read a manifest file...
0
answers
0
votes
41
views
asked 2 days agolg...
I've written nodejs18.x SAM app that has 12 lambdas, at endpoints on a REST ApiGateway. I'm optimizing the code and I've moved common code and node-modules into layers. I was looking at the...
2
answers
0
votes
28
views
asked 2 days agolg...
Hi
I am creating a chat only bot and wanted to use the 'card groups' functionality within the intents. However, I have noticed that when testing the chatbot on my dev site, if I try to invoke any...
2
answers
0
votes
41
views
asked 2 days agolg...
Hi All,
I have two lambda functions written in Python - each triggered by separate AWS IoT events.
Function 1 = Return a RecordSet where DateShip column IS NULL using SELECT in a MySQL table....
1
answers
0
votes
19
views
asked 2 days agolg...
Hi everyone,
What I have is a sam 1.97.0 that is used for the lambda code. Build and validate (as command) run correctly, but deploy or sync fail with the exception. Can anybody elaborate on the...
1
answers
0
votes
36
views
asked 2 days agolg...