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 attempting to utilize a Java program to interface with DynamoDB to retrieve a primary key and eventually turn it into a list of strings so that it can be sent over as a POST request to a website...
1
answers
0
votes
26
views
ronb
asked 4 hours ago
Hi, I am pondering the use of AWS **Directory Service** vs **Lambda** to integrate with a **3rd party IdP**. As I understand, Directory Service is exclusively to integrate with **AD/AAD**, where as...
1
answers
0
votes
50
views
JPP
asked 9 hours ago
I'd like to read the documentation (if it exists) describing the attributes and methods of the Payload attribute in the object returned by Lambda.Client.invoke` in the boto3 library . I haven't been...
1
answers
0
votes
47
views
stu
asked 13 hours ago
Hello. I need a way to quickly create a new account under the organization and copy S3 buckets and ECR repositories to this new account. Would Lambda be the most suitable tool for this task, or do...
1
answers
0
votes
38
views
MarkoD
asked 14 hours ago
I have an API Gateway which starts execution of State Machine and it runs command on EC2 through SSM Automation. Everything is X-Ray traced and now I wanna add tracing to some python script run...
1
answers
0
votes
59
views
asked 17 hours ago
The cyclic dependency issue in your CloudFormation template occurs because the S3 bucket's notification configuration depends on the SQS queue's ARN, while the SQS queue's policy depends on the S3...
2
answers
0
votes
92
views
asked a day ago
Hello, I was following the serverless workshop examples, but running into a problem! My lambda handler![here](/media/postImages/original/IM13YY7JLdSPqaM9gAPRSTAA) can't update the attribute 'status'...
2
answers
0
votes
144
views
Felix
asked a day ago
Hello, we've written a NO_CONTAINER Lambda based component for Greengrass v2 in Java. This component does attempt to persist a file to local storage but fails as it doesn't seem to be allowed to do...
2
answers
0
votes
90
views
asked a day ago
Hello AWS Community, I'm encountering an issue while debugging the default Node.js Lambda function created by the AWS Toolkit for Visual Studio Code. Specifically, the event body from event.json file...
0
answers
0
votes
61
views
Yash
asked 2 days ago
I have a canary for an API GATEWAY. In this canary I have multiple steps, create a record via POST and do a GET method and clean up via DELETE method. DELETE method contains a body and always giving...
1
answers
0
votes
97
views
profile picture
Carla
asked 2 days ago
We have a lambda who's function is to abstract a Cognito service from our clients. It shares a VPC with an RDS so we can translate our external client application credentials into Cognito clientId...
2
answers
0
votes
124
views
asked 2 days ago
Hi, I have created/trained an Adapter using the Console/wizard but am running into issues calling it from code/lambda in Python (3.12) 1. Do I have to **specify the same Queries** used in the...
1
answers
0
votes
93
views
Arvind
asked 2 days ago