Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. OverflowAI
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
32,245 questions
Filter by
Sorted by
Tagged with
0votes
1answer
22views

A Lambda function that invoke another lambda function failed on cloud but working locally

I have 2 Lambda functions, function A will invoke function B with the following code:response_lambda = lambda_client.invoke( yieldFunctionName='arn:aws:lambda:ap-southeast-2:...
0votes
1answer
21views

AWS Lambda Selenium Error in C# : WebDriverException - Exec format error running Chrome

I am trying to download a file from Chrome using the Selenium library in C#. It works locally, but when I deploy the Lambda function on AWS, it throws an error:Exception Type: WebDriverException, ...
0votes
0answers
24views

Quarkus Funqy lambda handler returns 404 HTML intermittently, does not execute handler code

In summary: Sometimes my AWS Lambda handler built with Quarkus Funqy is not invoked and Quarkus seem to return some default 404 HTML, both when running locally with Quarkus Dev Mode and deploying ...
Bruno's user avatar
0votes
0answers
18views

SageMaker Real-Time Endpoint Timeout Issues with Lambda for Parallel Data Processing

I’m new to AWS and struggling with an architecture involving AWS Lambda and a SageMaker real-time endpoint. I’m trying to process large batches of data rows efficiently, but I’m running into timeout ...
0votes
0answers
27views

Sharp "silently fails" In An AWS Lambda Execution environment

I have an S3 bucket that emits an event to a sns topic, which an sqs queue is subscribed to. My lambda dequeues from the sqs queue. It then invokes Sharp to reduce the byte size of the image that was ...
-1votes
1answer
38views

AWS Lambda not reading my serverless function in Node

I have deployed a NodeJs server to AWS Lambda and it is being triggered by an API gateway. However, I am getting the following error in my live tail:Error:"errorType": "TypeError&...
0votes
1answer
43views

Difference of behavior between JVM and Native builds in Quarkus

I'm trying to log CloudWatch metrics to stdout.I setup the relevant code, and when testing in dev, the logs are as expected.Here is the relevant code -public class MetricsService { ...
0votes
0answers
14views

API Gateway Access Errors with Java SDK

I'm using the AWS SDK v2 in my Java program to send a request to an API Gateway I've hosted. I'm seeing some unexpected errors where I'm receiving a 403 Forbidden response from my gateway, but only in ...
0votes
0answers
33views

return 401 from lambda non-proxy api gateway and return headers

How do I return 401 to the client, based on the statusCode returned from the lambda? (non-proxy integration).How do I return the headers from the headers field? (for 401 and 200)return { "...
0votes
0answers
16views

Why does one S3-to-Redshift COPY operation take 50+ seconds while seven identical operations take 2-3 seconds?

A lambda that DELETEs and COPYs 8 parquet files from S3 into 8 Redshift tables (using boto3).Each table is created from a single file, each with less than 3K rows.7 of the queries take 2-3 seconds ...
0votes
0answers
23views

AWS Policy - case with " * " , how to " example/*/ " ? to make it work but only for one string after " / "?

Like in the title, we need to create a policy for AWS API Gateway based on another platform. However, in AWS, we only have the wildcards "*" and "?". I need to create a resource ...
0votes
0answers
14views

Kaleido fails on AWS Lambda with docker

I run this code as part of my aws lambda with docker image:import plotly.io as pioimport base64import ioimport plotly.graph_objects as godef fig_to_base64(fig: go.Figure): buffer = io....
-2votes
0answers
15views

AWS eu-north-1 is blocked and cant find a way around it [closed]

i am learning about serverless and wanted to use aws lambda fuction for that i registed to amazon's aws website with a free plan this shows upI dont know why its happening , it would be great if ...
0votes
0answers
13views

aws lex bot and lambda function through cloudformation template

service: claude-lex-qa-bot-nodejsprovider:name: awsruntime: nodejs18.xregion: eu-west-2environment:KNOWLEDGE_BASE_ID: 7098R9J1111iamRoleStatements:- Effect: AllowAction:- bedrock:InvokeModel...
0votes
0answers
24views

Can't set Provisioned Concurrency for lambda function

I need to set Provisioned Concurrency to latest alias of some lambda functions, it worked for all the lambdas I have except one.When I'm using Terraform I get this error:Error: putting Lambda ...

153050per page
1
2345
2150
AWSCollectiveSee more
This tag is in a collective: a subcommunity defined by tags with relevant content and experts.

Related Tags

 × 20723
 × 4827
 × 4655
 × 4030
 × 3342
 × 1977
 × 1464
 × 1393
 × 1309
 × 1198
 × 1143
 × 1112
 × 1040
 × 987
 × 921
 × 867
 × 833
 × 775
 × 693
 × 663
 × 632
 × 631
 × 583
 × 579
 × 538
more related tags

Hot Network Questions

more hot questions
Newest aws-lambda questions feed

[8]ページ先頭

©2009-2025 Movatter.jp