Skip to content

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

Filter content
Select tags to filter
Sort by
Sort by most recent
4924 results
I am trying to execute the below lambada code that is calling another non durable lambada function using DurableContext.invoke(). Parent: @durable_execution def lambda_handler(event: dict, context: Du...
Accepted AnswerAWS Lambda
1
answers
0
votes
24
views
asked a day ago
Stores data in permanent history tables with timestamps
I am using AWS Lambda to call the LINE API. I am using this API: https://developers.line.biz/ja/reference/messaging-api/#upload-rich-menu-image to upload a Rich Menu image. However, recently when cal...
2
answers
0
votes
21
views
asked 3 days ago
steps to reproduce: 1. write a simple html 2. deploy to aws lambda capacity provider 3. access the page via function url the url will display raw html file as string instead of rendering.
2
answers
0
votes
19
views
asked 4 days ago
Hi , We are building a batch processing workflow using **Durable Lambda functions**, where the business logic requires **map and parallel execution** at certain stages to improve processing time. Wh...
1
answers
0
votes
27
views
asked 4 days ago
Any idea when AWS will support the python3.13 runtime for Amazon Inspector Lambda code scanning? It's been over a year since that runtime has be supported for Lambda. Seems like they're lagging here. ...
2
answers
0
votes
27
views
asked 5 days ago
AWS introduced Lambda durable functions, enabling developers to build reliable, long-running applications using familiar programming languages while maintaining the simplicity of writing code like a m...
I am trying to create an API Gateway REST API with a REQUEST-type Lambda authorizer using AWS Amplify Gen 2 and CDK. One Lambda function is used as the authorizer Lambda ![Authorizerlambda](/media/po...
1
answers
0
votes
66
views
asked 10 days ago
Production streaming applications across Apache Flink, Spark Streaming, Kafka Streams, Kinesis Client Library and AWS Lambda might experience throttling on AWS Glue Schema Registry's GetSchemaVersion ...
Hello, I need advise whether in batchItemFailures for **DynamoDB lambda**, itemIdentifier should be record.eventID or record.dynamo.SequenceNumber? Many examples on github use record.dynamo.Sequence...
1
answers
0
votes
31
views
asked 13 days ago
Hello, I am using the boto3 python library within an AWS Lambda to query items from a DynamoDB table. For this query, I am expecting 199 results to be returned, confirmed by running the query against ...
2
answers
0
votes
61
views
asked 16 days ago
# CloudFormation Early Validation Error When Adding Multiple Lambda Functions ## Summary Getting `AWS::EarlyValidation::ResourceExistenceCheck` failure when trying to add 7 new Lambda functions to a...
1
answers
0
votes
111
views
asked 16 days ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 411
  • Page size
    12 / page