DEV Community

# lambda

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How to run a lambda cross account in AWS

How to run a lambda cross account in AWS

7
Comments 1
2 min read
Deploy an AWS Lambda function in Go with Terraform

Deploy an AWS Lambda function in Go with Terraform

11
Comments
5 min read
Simply: AWS lambda

Simply: AWS lambda

5
Comments
3 min read
Serverless Architecture: Hype or Godsend?

Serverless Architecture: Hype or Godsend?

8
Comments 1
7 min read
An AWS Lambda execution report webpage built with Lambda Destinations, CDK and Svelte

An AWS Lambda execution report webpage built with Lambda Destinations, CDK and Svelte

10
Comments
6 min read
Setting Up Your Own Image Transform Service

Setting Up Your Own Image Transform Service

5
Comments
10 min read
Automatically transition Jira issues using a Github webhook

Automatically transition Jira issues using a Github webhook

12
Comments
11 min read
AWS Lambda001: Layers

AWS Lambda001: Layers

4
Comments
4 min read
Immediately invoked lambda functions

Immediately invoked lambda functions

9
Comments
4 min read
The context property of AWS Lambda authorizer

The context property of AWS Lambda authorizer

17
Comments 2
3 min read
Error Handling in API Gateway with AWS Lambda and Node.js

Error Handling in API Gateway with AWS Lambda and Node.js

8
Comments 1
6 min read
Create & Deploy your First Ever AWS Lambda Function by Serverless Framework

Create & Deploy your First Ever AWS Lambda Function by Serverless Framework

12
Comments
6 min read
AWS Heroes united!

AWS Heroes united!

6
Comments
2 min read
How To Add A Contact Form To A Static Website With AWS Lambda

How To Add A Contact Form To A Static Website With AWS Lambda

58
Comments 4
7 min read
Introducing AWS CDK with a real life Lambda and API gateway example

Introducing AWS CDK with a real life Lambda and API gateway example

8
Comments
13 min read
How to analyse and aggregate data from DynamoDB

How to analyse and aggregate data from DynamoDB

22
Comments 2
5 min read
Why Bref cannot load bootstrap: “Error: Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap]”?

Why Bref cannot load bootstrap: “Error: Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap]”?

3
Comments
1 min read
AWS Cost Optimisation - Understanding Lambda Spending

AWS Cost Optimisation - Understanding Lambda Spending

5
Comments
4 min read
Real World Serverless: Part 4 - From Express.js route to AWS Lambda API

Real World Serverless: Part 4 - From Express.js route to AWS Lambda API

16
Comments
12 min read
Go Notes: Auth0 validation for AWS Lambda

Go Notes: Auth0 validation for AWS Lambda

6
Comments
2 min read
Reduce your package size when uploading a Lambda function

Reduce your package size when uploading a Lambda function

15
Comments 1
4 min read
Symfony on a lambda: sessions

Symfony on a lambda: sessions

6
Comments
5 min read
Going Serverless Firebase

Going Serverless Firebase

9
Comments
3 min read
Going Serverless Azure

Going Serverless Azure

7
Comments
5 min read
Going Serverless Zeit

Going Serverless Zeit

6
Comments
2 min read
Going Serverless

Going Serverless

4
Comments
4 min read
What are lambda expressions in Python?

What are lambda expressions in Python?

17
Comments 3
1 min read
Pleasant parsing of AWS Lambda logs

Pleasant parsing of AWS Lambda logs

9
Comments 1
2 min read
Tracking failed SQS messages

Tracking failed SQS messages

4
Comments
2 min read
Optimizing AWS Lambda

Optimizing AWS Lambda

22
Comments 1
17 min read
Getting started with serverless functions using NodeJS and AWS

Getting started with serverless functions using NodeJS and AWS

9
Comments
4 min read
Serverless application development with Node.js on AWS platform using Serverless framework

Serverless application development with Node.js on AWS platform using Serverless framework

10
Comments
4 min read
The Case for Stabby Lambda Notation

The Case for Stabby Lambda Notation

15
Comments 1
4 min read
How to access VPC and internet resources from Lambda without paying for a NAT Gateway

How to access VPC and internet resources from Lambda without paying for a NAT Gateway

16
Comments 2
3 min read
Creating an AWS Private Certificate Root Authority with Lambda and Node.js

Creating an AWS Private Certificate Root Authority with Lambda and Node.js

23
Comments
6 min read
NestJS & AWS Lambda Without HTTP

NestJS & AWS Lambda Without HTTP

18
Comments 2
3 min read
Clean Code of Lambda Usages in Java 8

Clean Code of Lambda Usages in Java 8

9
Comments
3 min read
Serverless Big Data: lessons learned building an event ingestion pipeline on Amazon Web Services

Serverless Big Data: lessons learned building an event ingestion pipeline on Amazon Web Services

3
Comments
11 min read
Deploying a Go Function in AWS Lambda using AWS SAM

Deploying a Go Function in AWS Lambda using AWS SAM

11
Comments
8 min read
lambdas Are Better Than procs

lambdas Are Better Than procs

24
Comments
4 min read
Symfony on a lambda: assets

Symfony on a lambda: assets

6
Comments
6 min read
Using Lambdas to Simplify Varying Behaviors in Your Code

Using Lambdas to Simplify Varying Behaviors in Your Code

7
Comments
10 min read
Automating Deployment Of Lambda Functions Using Serverless Framework, AWS CodePipeline

Automating Deployment Of Lambda Functions Using Serverless Framework, AWS CodePipeline

18
Comments
4 min read
lambda-wasmtime - Running WebAssembly on AWS Lambda

lambda-wasmtime - Running WebAssembly on AWS Lambda

6
Comments 1
2 min read
AWS Serverless: API Gateway, Lambda e uma lista de itens para verificar antes de ir para produção

AWS Serverless: API Gateway, Lambda e uma lista de itens para verificar antes de ir para produção

7
Comments
6 min read
Symfony on a lambda: first deployment

Symfony on a lambda: first deployment

18
Comments
5 min read
Finding AWS Lambda Cold Start Durations

Finding AWS Lambda Cold Start Durations

5
Comments 1
3 min read
How to toggle Vpc configuration per stage?

How to toggle Vpc configuration per stage?

8
Comments
2 min read
Generating PDFs with Node, PDFkit, and Serverless on AWS Lambda

Generating PDFs with Node, PDFkit, and Serverless on AWS Lambda

11
Comments
4 min read
How to build a serverless photo upload service with API Gateway

How to build a serverless photo upload service with API Gateway

64
Comments 4
10 min read
How to get started and debug Lambda functions

How to get started and debug Lambda functions

45
Comments
7 min read
Where Serverless plugin stops and platform starts

Where Serverless plugin stops and platform starts

9
Comments
5 min read
Using Firebase Admin SDK with Netlify Lambda Functions

Using Firebase Admin SDK with Netlify Lambda Functions

14
Comments 1
6 min read
13 AWS Lambda design considerations you need to know about – Part 1

13 AWS Lambda design considerations you need to know about – Part 1

20
Comments
11 min read
Anatomy of AWS Lambda

Anatomy of AWS Lambda

378
Comments 20
13 min read
Lambda - From Knowing Nothing to Creating Your First API With it in Less Than 10 Minutes

Lambda - From Knowing Nothing to Creating Your First API With it in Less Than 10 Minutes

9
Comments
14 min read
TIL: Create and deploy a serverless function in AWS

TIL: Create and deploy a serverless function in AWS

5
Comments
1 min read
First steps with serverless Python: write to s3 and call other Lambdas

First steps with serverless Python: write to s3 and call other Lambdas

13
Comments
2 min read
Send SMS with Chrome extension and AWS Lambda: Walkthrough

Send SMS with Chrome extension and AWS Lambda: Walkthrough

9
Comments 3
6 min read
How I save $$$ by using Cloudflare Workers

How I save $$$ by using Cloudflare Workers

14
Comments
3 min read
loading...