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

Select up to 5 tags to filter
Sort by most recent

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

I have a lambda and a neptune DB in the same VPC. I am trying to read from the neptune DB stream, but when running the lambda I am getting a connection error. ``` EndpointConnectionError: Could not...
1
answers
0
votes
78
views
richar
asked 18 days ago
Hi team, I’m working with Node.js and TypeScript for my Lambda function, and I need to convert an image (e.g., image.jpg) retrieved from an S3 bucket into a base64-encoded string. Here’s what I’ve...
2
answers
0
votes
84
views
Jess
asked 18 days ago
Hi, I've created an backend with Serverless framework. Which uses API Gateway and lambdas. After building I've found that a vendor that my lambdas send requests to needs to come from a static ip...
1
answers
0
votes
75
views
Oscar
asked 18 days ago
Hi, I'm facing an issue with my Lambda function that requires several Python packages, causing the deployment package to exceed the 60MB size limit. I tried creating a Lambda Layer for the...
Accepted AnswerAWS Lambda
4
answers
0
votes
84
views
Gagan
asked 19 days ago
Novice user. My goal is to write Lambda functions in Go and turn them into API Gateway APIs. I created a "Hello, World" Go executable and turned it into a Lambda. The Lambda test passed. I then built...
2
answers
0
votes
45
views
JTW
asked 20 days ago
Hi All, I am using AWS CDK to generate my CloudFormation template and the following is the template it created for me. I have copied the necessary output for my question. As you can see the I have...
1
answers
0
votes
74
views
champer
asked 20 days ago
I'm creating a pipeline triggered by codecommit repo. in build phase it builds .net 6 lambdas using *dotnet build* and store them using *dotnet lambda package* commands. when i try to compare the hash...
1
answers
0
votes
50
views
asked 20 days ago
I am attempting to get an contact form working on an Amazon s3 bucket. I can receive email when running tests via Lambda and API Gateway just fine but when I try to submit the form via the website I...
0
answers
0
votes
55
views
asked 20 days ago
My company's account was breached by a third party. A key was compromised. I noticed the breach and took action, I informed aws team. They stopped some of our services including lambdas and other api...
1
answers
1
votes
94
views
Miguel
asked 20 days ago
I'm encountering a 403 Forbidden error when trying to access my AWS API Gateway using a custom domain. Here's a summary of the issue: Configuration: 1. API Gateway Endpoint Type: Regional 2. Custom...
2
answers
0
votes
104
views
Yash
asked 21 days ago
Hello to everyone, i am about to purchase a Savings Plan for a small application i am developing but before to do so, i need to figure out whether or not i actually need coverage for the Lambda...
1
answers
0
votes
86
views
Stefano
asked 21 days ago
I would like to add a Lambda authorizer to each route of my API Gateway WebSocket. However, according to the documentation, it is only possible to use a Lambda authorizer function for the $connect...
1
answers
0
votes
118
views
jkg
asked 22 days ago