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.

Hi, I have my Express "server" (serverless routes) configured in AWS Lambda behind API Gateway, with the Lambda having 20 units of provisioned concurrency to prevent cold starts. My API serves our...
1
answers
0
votes
56
views
asked 13 days ago
My GET requests works flawlessly with my REST API endpoints, but my POST request returns 504 -> { "message": "Endpoint request timed out" } in less than a second. I have timeout set to 3 minutes on...
1
answers
0
votes
53
views
Piyussh
asked 13 days ago
I am using serverless https://www.serverless.com/ to deploy lambda functions to aws. A problem ive encountered is that the endpoint url will sometimes change when the stack has been modified, breaking...
Accepted AnswerServerlessAWS Lambda
2
answers
0
votes
57
views
asked 14 days ago
My Objects in S3 are organised in below format: ``` skey=aaaaa-aaaaa-aaaaa-aaaaa/Category=yyyyyyy/ts=20230826T052300Z/abc skey=aaaaa-aaaaa-aaaaa-aaaaa/Category=zzzzzzz/ts=20200826T052300Z/xyz ``` I...
2
answers
0
votes
76
views
Aks
asked 14 days ago
I've created an EFS for adding dependencies to a lambda function to overcome the 250mb limit using layers. When trying my code I get : [ERROR] Runtime.ImportModuleError: Unable to import module...
1
answers
0
votes
76
views
asked 15 days ago
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
77
views
richar
asked 15 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
82
views
Jess
asked 16 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 16 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
73
views
Gagan
asked 17 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
43
views
JTW
asked 17 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
73
views
champer
asked 17 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
49
views
asked 17 days ago