AWS Lambda

AWS Lambda
En savoir plus sur AWS Lambda
AWS Lambda est une plateforme informatique sans serveur qui aide les entreprises à exécuter des codes basés sur des événements déclenchés et à faciliter les processus de développement d'applications. Les superviseurs peuvent ajouter une logique personnalisée aux ressources AWS, charger des codes, créer des fonctions et sélectionner la mémoire, le délai d'expiration et le rôle AWS IAM (Identity and Access Management) en fonction des exigences.
AWS Lambda permet aux organisations d'exécuter automatiquement des fonctions définies et de lancer et gérer des ressources de calcul en fonction des demandes entrantes. Les responsables peuvent créer des services backend personnalisés pour les applications, des codes de package en tant que couche Lambda et les partager en tant que fonctions.
AWS Lamba peut être connecté aux systèmes de fichiers EFS (Elastic File Systems) Amazon existants, ce qui permet aux entreprises de rationaliser les opérations de traitement de fichiers et de données.
Images

AWS Lambda ne vous convainc pas tout à fait ?
Comparer avec une alternative populaire
À partir de
Prix
Fonctionnalités
Intégrations
Simplicité d’utilisation
Rapport qualité-prix
Service client
Alternatives
Amazon EC2

DigitalOcean

IFTTT

Heroku

Avis
Vous avez déjà AWS Lambda ?
Les acheteurs de logiciels ont besoin de vous ! Les avis utilisateurs nous aident tous à prendre de meilleures décisions.

- Secteur d'activité : Logiciels
- Taille de l'entreprise : 11–50 employés
- Logiciel utilisé toutes les semaines pendant plus d'un an
-
Provenance de l'avis
Note globale
- Rapport qualité-prix
- Simplicité d'utilisation
- Probabilité de recommander le produit 10.0 /10
AWS Lambda for creating serverless systems
Publié le 27/08/2022
Fantastic!
Fantastic!
Avantages
We have decided to use AWS Lambda to move some of the workload out of the servers that were not used often to process some of the workloads. I have never worked with Serverless approaches before, so AWS Lambda was my introduction to serverless world.
AWS Lambda provides API in several programming languages, so it was very easy to jump straight into implementation and write some functions. It turned out to save a lot of money, because we could stop the server that was used sparsely. AWS Lambda has consumption based model so it was very cheap and superb effective.
Inconvénients
I did not find any cons. Obviously it is not possible to write big services with AWS Lambda but some of the workload can be easily moved to Lambda to save on costs and maintenance.
- Secteur d'activité : Services et technologies de l'information
- Taille de l'entreprise : 201–500 employés
- Logiciel utilisé tous les jours pendant plus d'un an
-
Provenance de l'avis
Note globale
- Rapport qualité-prix
- Simplicité d'utilisation
- Support client
- Probabilité de recommander le produit 10.0 /10
Most fast and scalable server-less service
Publié le 09/08/2022
AWS Lambda allowed us to quickly upload pieces of reusable code for different projects in many...
AWS Lambda allowed us to quickly upload pieces of reusable code for different projects in many languages without the need of including it to a framework. The service is capable of executing scripts at request, through the API Gateway without using any server, which reduces a lot the billing, making it almost free.
Avantages
Every script uploaded into Lambda can be attached to an automatic trigger and an API Gateway endpoint. This could save a very important amount of memory usage for certains applications because the processing is made by AWS. It offers the convenient possibility of hosting your app in a Bitbucket or to upload it directly as a zip, saving a lot of time in complex deployments.
Inconvénients
There are not cons regarding this service. It does what offers, a fast and very reliable server-less service that can execute scripts in parallel than your apps.

- Secteur d'activité : Automobile
- Taille de l'entreprise : 5 001–10 000 employés
- Logiciel utilisé tous les jours pendant plus de deux ans
-
Provenance de l'avis
Note globale
- Rapport qualité-prix
- Simplicité d'utilisation
- Probabilité de recommander le produit 8.0 /10
Lightweight processing - good for initial phases of scaling
Publié le 17/01/2023
It's really great to use from a developer perspective. It is a simple deployment process and...
It's really great to use from a developer perspective. It is a simple deployment process and maintaining dynamic loads to "kind of" match traffic demands. Do be careful of heavy applications, I find the cost grows the fastest with a lambda that has high memory demands more than increasing the number of lambda instances.
Avantages
Using AWS lambdas provides an excellent win from the perspective of development velocity and removing the complexity around deployment and maintaining infrastructure. It allows developers to focus on the actual business logic of the services/processes instead of the tools being used. It should be noted, that this also reduces the number of places where things are likely to go wrong which is an underappreciated benefit.
Inconvénients
This is quite expensive compared to a service/process you create and manage from the ground up. In the long run, you'll likely either find yourself moving away from using lambdas, or constantly redesigning your architecture to reduce the cost while servicing more throughput/complex logic. That is probably true for most software tools, but lambda processing costs can grow quite unexpectedly. Beware of memory demands - that can quickly add up and otherwise crash your lambdas (semi quietly) in the background.
- Secteur d'activité : Gestion d'organisme à but non lucratif
- Taille de l'entreprise : 11–50 employés
- Logiciel utilisé tous les jours pendant plus de deux ans
-
Provenance de l'avis
Note globale
- Rapport qualité-prix
- Simplicité d'utilisation
- Probabilité de recommander le produit 9.0 /10
Excellent add-on for your integrations
Publié le 07/04/2022
I use it for a variety of cases such as thumbnail generation, email notifications, url rewriting,...
I use it for a variety of cases such as thumbnail generation, email notifications, url rewriting, websockets chat. It has always delivered and never had issues with uptime or capacity.
Avantages
Easy to integrate with other AWS services through node.js or python code. This is my preferred way to extend services for adhoc customizations. With step-functions, one can go even further with chaining of functions.
Inconvénients
Debugging, testing deployments and logs can be somewhat tedious.
- Secteur d'activité : Services et technologies de l'information
- Taille de l'entreprise : 51–200 employés
- Logiciel utilisé tous les jours pendant plus d'un an
-
Provenance de l'avis
Note globale
- Simplicité d'utilisation
- Probabilité de recommander le produit 9.0 /10
Best and highly scalable serverless programming ecosystem in market
Publié le 30/03/2022
it's a awesome thing to learn and use in daily life. I deploy lot of my applications using aws...
it's a awesome thing to learn and use in daily life. I deploy lot of my applications using aws lambdas. It's fast and scalable and I love this experience.
Avantages
Aws lambdas provides devloper a tool that can manage all there deployment and scalability. Coders can just focus on logic and codebase and aws lambdas take care of rest.
It's auto scalable feature is super useful for dynamic traffic.
Inconvénients
it's bit costly compared to normal ec2 machine tho we can minimise the cost with lambdas auto turn off when not in use feature.
Other then this it's not easier to get directly hands, I found it bit trickier at first glance.
Alternatives envisagées
Google CloudPourquoi choisir AWS Lambda
I found aws more reliable and faster compared to gcp.Logiciel antérieur
Google CloudAWS Lambda - FAQ
Voici quelques-unes des questions fréquentes sur AWS Lambda.Q. Quels sont les types de licence disponibles pour AWS Lambda ?
Types de licences disponibles pour AWS Lambda :
- Version d’essai gratuite : Non disponible
Q. Qui utilise AWS Lambda ?
Utilisateurs habituels du logiciel AWS Lambda :
Auto-entrepreneur, 2–10, 11–50, 51–200, 201–500, 501–1 000, 1 001–5 000
Q. Dans quelles langues AWS Lambda est-il disponible ?
Langues dans lesquelles AWS Lambda est disponible :
anglais
Q. AWS Lambda prend-il en charge les appareils mobiles ?
Appareils pris en charge par AWS Lambda :
Q. Avec quelles applications AWS Lambda peut-il s'intégrer ?
Nous n'avons pas d'informations sur les intégrations offertes par AWS Lambda.
Q. Quelles sont les ressources d'aide disponibles pour AWS Lambda ?
Ressources d'aide disponibles pour AWS Lambda :
Service client/e-mail, FAQ/forums, Base de connaissances
Catégories connexes
Consultez toutes les catégories de logiciels trouvées pour AWS Lambda.