By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content 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
4367 results
What are the pros and cons of using Lambda authorizers versus Cognito authorizers in API Gateway? Which option is more secure? We need to implement group-level and resource-based authorization. In De...
2
answers
0
votes
96
views
profile picture
asked 6 days ago
We have an App that uses Amplify for the backend. The same project is also used for the Admin Dashboard we've build for the app. We had some problems with the environmets and timeouts that we have set...
2
answers
0
votes
36
views
asked 6 days ago
Hello: I have a lambda function triggered by a Detector Model (AWS IoT Events), which has been working fine for more than 6 months now. I noticed now that in some cases, the lambda is being triggered ...
2
answers
0
votes
46
views
asked 6 days ago
Hi, I'm developing a project of segurity camera, the camera firmware sends the data in base64 from the camera through an MQTT message, a lambda function in javascript and node js receives the data an...
2
answers
0
votes
44
views
asked 7 days ago
I used '@azure/identity' package for my Lambda function. If I import but doesn't use the module, the Lambda function is error-free, however when I actually use the module by adding this code: class S...
1
answers
0
votes
28
views
asked 7 days ago
We have an API Gateway that uses a lambda integration (the lambda is IN our VPC), our internal system POSTs to the api gateway and then our lambda triggers, within this lambda we POST out to a 3rd par...
3
answers
1
votes
56
views
asked 8 days ago
Hello, I've been scratching my head trying to understand how long it takes for lambda to become deallocated, resulting in a cold start in a subsequent call. Most benchmarks I've found point to lambd...
2
answers
0
votes
46
views
asked 9 days ago
This error has been extremely difficult to pin down as it seems to happen intermittently, however I can't have it happening in production as it completely ruins the user experience. Essentially I ha...
1
answers
1
votes
43
views
asked 9 days ago
I have a client who has 100+ edge devices running IoT things using AWS GreenGrass v1 (NodeJS 12.x). They would like to deploy an update to the Lambda functions that is running on the edge devices but...
1
answers
0
votes
37
views
asked 10 days ago
I have a user pool with email and phone required. When setting up a social provider, my required attributes don't always align with the social providers payload, thus resulting in an error like this: ...
2
answers
0
votes
33
views
asked 10 days ago
We had a grant for non-profits of $5000 which we expected to cover a whole year but after a few months we are seeing very high bills. After some investigation (not very easy because cost and usage exp...
3
answers
0
votes
36
views
asked 11 days ago
Hello, I have a Lambda function that is called asynchronously. With this lambda function is associated a role with a trust relationship policy that allows only this lambda function to assume it, like...
2
answers
0
votes
41
views
asked 11 days ago