DEV Community

# awslambda

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Creando una lambda en AWS usando python

Creando una lambda en AWS usando python

9
Comments
5 min read
Deep dive: 3 ways to invoke AWS Lambda Function

Deep dive: 3 ways to invoke AWS Lambda Function

14
Comments
3 min read
A better way of deploying Go services with Serverless Framework

A better way of deploying Go services with Serverless Framework

31
Comments
2 min read
Top 10 Serverless Best Practices

Top 10 Serverless Best Practices

46
Comments 1
4 min read
Lambda Functions Are NOT Fault-Tolerant by Default

Lambda Functions Are NOT Fault-Tolerant by Default

46
Comments
4 min read
Monolith Vs. Microservices in AWS Lambda: which and how to pick?

Monolith Vs. Microservices in AWS Lambda: which and how to pick?

14
Comments
5 min read
Why you should use temporary stacks when you do serverless

Why you should use temporary stacks when you do serverless

13
Comments
6 min read
Converting Word to PDF Using A Python-Based Lambda

Converting Word to PDF Using A Python-Based Lambda

18
Comments 4
7 min read
How to Schedule Any Task with AWS Lambda

How to Schedule Any Task with AWS Lambda

27
Comments 7
4 min read
How to Optimize Lambda Memory and CPU

How to Optimize Lambda Memory and CPU

38
Comments 3
6 min read
Getting Started with AWS Lambda Event Sources

Getting Started with AWS Lambda Event Sources

11
Comments
5 min read
Crash Course on Fan-out & Fan-in with AWS Lambda

Crash Course on Fan-out & Fan-in with AWS Lambda

21
Comments
11 min read
GraphQL & serverless Ruby

GraphQL & serverless Ruby

9
Comments
7 min read
Key Takeaway of Publishing Lambda Function using Serverless Application Repository (SAR)

Key Takeaway of Publishing Lambda Function using Serverless Application Repository (SAR)

7
Comments
2 min read
How To Test Serverless Applications



How To Test Serverless Applications



33
Comments 1
5 min read
Serverless Architectural Patterns

Serverless Architectural Patterns

8
Comments
18 min read
Creando un custom skill para Alexa (IV): Códido básico del backend en Java 8

Creando un custom skill para Alexa (IV): Códido básico del backend en Java 8

3
Comments
4 min read
The great serverless cost debate - Serverless != Costless

The great serverless cost debate - Serverless != Costless

12
Comments
7 min read
Introduction to AWS Lambda

Introduction to AWS Lambda

86
Comments 10
4 min read
Error handling in AWS Lambda triggered by SQS events

Error handling in AWS Lambda triggered by SQS events

60
Comments 5
8 min read
Building an API with Lambdas and API Gateway

Building an API with Lambdas and API Gateway

7
Comments
6 min read
The Right Way™ to do Serverless in Python (Part 1)

The Right Way™ to do Serverless in Python (Part 1)

57
Comments 1
13 min read
🎁 🎫 20% discount code for Serverlessconf San Fran 2018!!! 🤗 😉Thanks for following 😍

🎁 🎫 20% discount code for Serverlessconf San Fran 2018!!! 🤗 😉Thanks for following 😍

9
Comments 8
1 min read
How to create your own AWS Lambda Middleware framework in Node.js?

How to create your own AWS Lambda Middleware framework in Node.js?

9
Comments 1
4 min read
Using AWS Lambda to improve Lambda Error Reports

Using AWS Lambda to improve Lambda Error Reports

10
Comments 3
5 min read
Serverless blue green deployments and canary releases with traffic shifting

Serverless blue green deployments and canary releases with traffic shifting

26
Comments 4
1 min read
Serverless Hype Train with AWS Lambda

Serverless Hype Train with AWS Lambda

30
Comments 5
15 min read
Serverless Demystified

Serverless Demystified

21
Comments 1
6 min read
I Finally Understood Functions As A Service

I Finally Understood Functions As A Service

7
Comments
2 min read
Continuous Engineering with the Serverless Framework

Continuous Engineering with the Serverless Framework

14
Comments
3 min read
Ease the pain of Serverless AWS -How to return HTML from AWS API

Ease the pain of Serverless AWS -How to return HTML from AWS API

11
Comments 1
4 min read
How do you serverless?

How do you serverless?

4
Comments
3 min read
Why Serverless Apps Fail and How to Design Resilient Architectures

Why Serverless Apps Fail and How to Design Resilient Architectures

9
Comments
3 min read
Serverless Backends With AWS Cloud: API Gateway And You

Serverless Backends With AWS Cloud: API Gateway And You

18
Comments
7 min read
Reproducibly Setting Production Environment Variables for AWS Lambda Apps

Reproducibly Setting Production Environment Variables for AWS Lambda Apps

6
Comments
2 min read
Monitoring 101: AWS CloudWatch vs Serverless-oriented

Monitoring 101: AWS CloudWatch vs Serverless-oriented

7
Comments
1 min read
Creating an AWS Lambda using python

Creating an AWS Lambda using python

6
Comments 4
5 min read
Production-ready: Microservices Composition and Orchestration

Production-ready: Microservices Composition and Orchestration

10
Comments 1
7 min read
AWS Lambda, The CLI Way (cookbook)

AWS Lambda, The CLI Way (cookbook)

4
Comments
1 min read
Solve The Cold Start Issue with Lambda Provisioned Concurrency

Solve The Cold Start Issue with Lambda Provisioned Concurrency

7
Comments
2 min read
Last Chance to Join: Design Patterns for Secure and Scalable APIs on AWS Lambda

Last Chance to Join: Design Patterns for Secure and Scalable APIs on AWS Lambda

9
Comments 2
1 min read
All you need to know about caching for serverless applications

All you need to know about caching for serverless applications

9
Comments
7 min read
Why #Serverless Is Eating the Stack

Why #Serverless Is Eating the Stack

7
Comments
6 min read
The ultimate (getting started) guide to serverless

The ultimate (getting started) guide to serverless

52
Comments
4 min read
How to include SNS and Kinesis in your e2e tests

How to include SNS and Kinesis in your e2e tests

9
Comments
8 min read
4 Steps to Solve Lambda Cold Starts

4 Steps to Solve Lambda Cold Starts

6
Comments
4 min read
Going Serverless with AWS Lambda? Here's what you should know

Going Serverless with AWS Lambda? Here's what you should know

4
Comments
3 min read
Customize existing GraphQL API / Add a field

Customize existing GraphQL API / Add a field

5
Comments
4 min read
Making Terraform and Serverless framework work together

Making Terraform and Serverless framework work together

6
Comments
3 min read
Lambda optimization tip – enable HTTP keep-alive

Lambda optimization tip – enable HTTP keep-alive

6
Comments
2 min read
You are thinking about serverless costs all wrong

You are thinking about serverless costs all wrong

8
Comments 1
5 min read
Just how expensive is the full AWS SDK?

Just how expensive is the full AWS SDK?

5
Comments
4 min read
A Smart Service to Keep AWS Lambda Warm

A Smart Service to Keep AWS Lambda Warm

45
Comments 9
3 min read
Avoiding Costs Skyrocketing on Serverless Architectures

Avoiding Costs Skyrocketing on Serverless Architectures

10
Comments
2 min read
Building a Serverless News Articles Monitor

Building a Serverless News Articles Monitor

9
Comments
3 min read
Handling complexity in lambda functions

Handling complexity in lambda functions

7
Comments
5 min read
Lambda Layers for NodeJS - An Example

Lambda Layers for NodeJS - An Example

4
Comments
1 min read
Should you Run your Entire Website on Serverless?

Should you Run your Entire Website on Serverless?

12
Comments
1 min read
Trucos Aws Lambda (parte 2)

Trucos Aws Lambda (parte 2)

7
Comments
1 min read
Trucos con AWS Lambda. (Parte 1)

Trucos con AWS Lambda. (Parte 1)

10
Comments
1 min read
loading...