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:...
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, ...
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 ...
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 ...
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 ...
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&...
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 { ...
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 ...
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 { "...
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 ...
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 ...
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....
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 ...
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 ...