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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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`...