All Content tagged with AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Content language: English

Select up to 5 tags to filter
Sort by most recent
I am using aws java2x library to generate presigned URL, I am able to generate URL but its getting expired in around 1 days but I need to generate for 7 days. ![generating presigned URL using...
1
answers
0
votes
17
views
asked 11 hours ago
I am configuring a [custom connector to a CloudWatch data source](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_MultiDataSources-Connect-Custom.html) but, per customer...
3
answers
0
votes
34
views
AWS
Takeda
asked 18 hours ago
I am creating a python lambda with lambda layer for the opensearch module dependency. Locally, I pip installed opensearch-py into lambdalayerstuff/opensearchpyFolder Here's my CDK code: ``` const...
1
answers
0
votes
37
views
richar
asked a day ago
Hello, I’m building a backend with AWS SAM and using Lambda functions (Node.js runtime with TypeScript) to process HTTP requests and send responses. The project integrates Prisma ORM to interact with...
0
answers
0
votes
36
views
asked 3 days ago
I use this website to create a layer of aws wrangler > https://serverlessrepo.aws.amazon.com/applications/us-east-1/336392948345/aws-data-wrangler-layer-py3-8 but when I am adding it it shows it...
0
answers
0
votes
18
views
Mahar
asked 3 days ago
Account B's airflow EC2 was reading data from Account A's RDS from Account A's airflow EC2 using VPC Peering with Account A. There was no other changes on account B, simply upgraded the RDS instance...
1
answers
0
votes
41
views
teo
asked 4 days ago
I have a Lambda written in python3 that generates two URLs: one presigned post URL, and another presigned URL for getting the S3 HTML hosted in the same bucket from that post URL response. Here's the...
1
answers
0
votes
32
views
Yann
asked 4 days ago
Hi Team, I'm currently trying to test my Lambda function locally using the SAM CLI with the command `sam local invoke -e events/requests/event.json` or through the VSCode debugger by specifying the...
1
answers
0
votes
26
views
Jess
asked 4 days ago
When creating a lambda function with a runtime environment such as Node.js 20.x or with Python 3.12, I am unable to do so. I get an error message stating "Unknown Error." I have been facing this error...
3
answers
0
votes
37
views
asked 4 days ago
Hello, is it possible to configure an Object Lambda to only run for certain keys? Example: only `*.json` files are processed through the lambda, the rest of the files are going directly to the...
1
answers
0
votes
29
views
oskbor
asked 4 days ago
Hello, I deployed my lambda function that is updated to node20. I also updated my AWS runtime environment to Nodev20 using UI. However, the function does not work and I want to rollback the runtime...
2
answers
0
votes
19
views
son
asked 5 days ago
Our project strongly revolves around interacting with multiple external `APIs` which are protected using `OAUTH2`. The problem we are facing is that we interact with these `APIs` through many `AWS`...
0
answers
0
votes
47
views
Luis
asked 5 days ago