Skip to content

Questions 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 questions
Select tags to filter
Sort by
Sort by most recent
Filter Questions by:

Browse through the questions and answers listed below or filter and sort to narrow down your results.

4820 results
I'm trying to invoke `anthropic.claude-sonnet-4-20250514-v1:0` from a Lambda function in eu-west-1 using the Python SDK: ```python bedrock = boto3.client('bedrock-runtime') response = bedrock.invoke_...
2
answers
2
votes
177
views
AWS
SUPPORT ENGINEER
asked 23 days ago
I have an AWS Amplify app (App ID: d3iy6p3suuwd64, region: eu-west-2) configured as WEB_COMPUTE. The build artifact zip contains a correct deploy-manifest.json with computeResources block (nodejs20.x ...
2
answers
0
votes
44
views
asked 25 days ago
I have one lambda function that spawns different workflows based on a strategy pattern. Everything works great in terms of execution and monitoring inside the AWS console. I want to build a small back...
Accepted AnswerAWS Lambda
2
answers
0
votes
36
views
asked a month ago
None of lambda function url working, it was working properly a day ago.
Accepted AnswerAWS Lambda
2
answers
0
votes
73
views
asked a month ago
It shows an "Invalid function ARN or Invalid uri" when I try to create a cross-account API Gateway Lambda authorizer with stage variable in Lambda function ARN. Does it mean stage variable is not supp...
1
answers
0
votes
88
views
asked a month ago
Is Lake Formation credential vending through the Glue Iceberg REST endpoint (`https://glue.<region>.amazonaws.com/iceberg`) supported for AWS Lambda execution roles when reading and writing S3 Tables?...
1
answers
1
votes
113
views
asked a month ago
Hello, I'm having an issue deleting data from a specific S3 bucket using a DELETE FROM statement via a Boto3 Athena connection in a Lambda function (will be use to delete old data from an iceberg tabl...
1
answers
0
votes
62
views
asked a month ago
We have a set up where EventBridge schedules trigger a lambda, we are trying to validate if the schedules are working fine, during the process we have observed that the InvocationAttemptCount in sched...
1
answers
0
votes
41
views
asked a month ago
Hi everyone, I would like to connect TradingView webhooks to the Binance API using an AWS instance, but I’m not a developer. **Goal:** - Receive TradingView webhook alerts - Forward them to Binan...
2
answers
-1
votes
98
views
asked a month ago
I'm coding in Java. I need to run a R script in lambda. I've created the below Docker file ``` FROM amazonlinux:2 # Install R and dependencies RUN yum update -y && \ yum install -y R R-devel gcc...
2
answers
0
votes
53
views
asked a month ago
Hi, two months ago I deployed this AWS solution for a cloudfront secure static site: https://github.com/aws-samples/amazon-cloudfront-secure-static-site . The deployment succeeded and my website works...
3
answers
0
votes
106
views
asked a month ago
I have a lambda lambdaA with execution role lambdaA-role-123 and its logs are getting created in CloudWatch group /aws/lambda/lambdaA Then, I created a new lambdaB but I have used the same existing ex...
2
answers
0
votes
85
views
asked 2 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 402
  • Page size
    12 / page