Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 tags to filter
Sort by most recent
4626 results
Hi,
I'm looking for some guidance on how to configure this feature. In summary:
Agents handle calls within Salesforce Omni. The agents cofiguration, routing profiles and call routing is all defin...
0
I'm using AWS DMS to migrate data from several sources into Redshift. For each replication task, I want to trigger a Lambda function when the full load finishes. Currently, I'm creating a separate ...
is it possible to stack all the lambda logs directly from lambda to elastic search?
I read lamda log api post -> https://docs.aws.amazon.com/lambda/latest/dg/runtimes-logs-api.html
and checked elasti...
Hello, everyone.
I was doing some testing with AWS Dynamo Stream with a very basic setup: Dynamo table that has Stream "on" sends New and Old Image for an AWS Lambda that simply prints what is receiv...
I am logged in as the root user and I cannot see my Lambda functions that I have created. I get access denied message and unknown error message.
 that I need to run once a day. The function takes an identifier (ID) as input and, with that ID, extracts a set of da...
I am writing my code in Kotlin.
I am not sure how to access my novabucket (S3 Bucket) from Android Studio. i am using import software.amazon.awssdk.services.s3.S3Client.
i am trying to get into the ...
When i invoke this Lambda function it seems as if its building this key correctly, but when i try to parse it in android studio using Kotlin, it wont let me parse the key and use it as a value.
Here...