New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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
4360 results
Hello!
We have an issue with correct routing calls from AWS to SF.
We need to build routing in SF.
On the Amazon connect side we use lambda to execute omni-flow in SF by API name. It works.
Depending...
Here is the code used for lambda function. S3 bucket has an event to trigger the following lambda function when a file is added. I want to sync the Knowledgebase with s3 bucket when a new file is adde...
How can I fix this error in Athena when using mysql connector:
GENERIC_USER_ERROR: Encountered an exception[java.lang.RuntimeException] from your LambdaFunction[arn:aws:lambda:eu-west-2:050253647064:...
根据lambda sdk手册: https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/AmazonWebServiceRequest.html#putCustomRequestHeader-java.lang.String-java.lang.String-,对putCustomRequestHeader方法的描述如...
Hi all,
I'm in the process of configuring AWS Network Firewall in my environment and one of my initial challenges was connectivity to a SQL server database hosted in Azure. Connections to the remote d...
I currently have Amazon Connect integrated with Salesforce Service Cloud Voice (SCV) and am looking for help enabling SMS functionality within this setup. The goal is to use a Lambda function to handl...
I want to grant my Lambda access to the internet, but only to specific, allowed domains. To do this, I set up the environment as follows (simplified):
Lambda: Private Subnet A → Network Firewall: Pri...
Given a react app (client side), I'd like to record the footage from the webcam to S3 bucket,
The video footage might reach 30 minutes (slowing down the react app) therefore I'd like to avoid taking t...
My lambda functions urls in us-west-1 region are failing with error DNS_PROBE_FINISHED_NXDOMAIN. The function is created using a docker image. I have tested that the function itself is working from aw...
So quick question, is there a straight-forward programmatic way to trigger some code whenever a user verifies their new email address? I know the custom email sender lambda has a trigger source for th...