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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...