By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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...
1
answers
0
votes
60
views
asked a month ago
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...
1
answers
0
votes
55
views
asked a month ago
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:...
1
answers
0
votes
46
views
asked a month ago
根据lambda sdk手册: https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/AmazonWebServiceRequest.html#putCustomRequestHeader-java.lang.String-java.lang.String-,对putCustomRequestHeader方法的描述如...
2
answers
0
votes
28
views
asked a month ago
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...
1
answers
0
votes
48
views
asked a month ago
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...
1
answers
0
votes
59
views
asked a month ago
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...
3
answers
0
votes
101
views
asked a month ago
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...
3
answers
0
votes
139
views
asked a month ago
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...
Accepted AnswerAWS Lambda
2
answers
0
votes
44
views
asked a month ago
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...
1
answers
2
votes
30
views
asked a month ago