article thumbnail

8 open source companies from YC Demo Day Winter ’22

TechCrunch

Wicked fast VPNs, data organization tools, auto-generated videos to spice up your company’s Instagram stories … Y Combinator’s Winter 2022 open source founders have some interesting ideas up their sleeves. And since they’re open source, some of these companies will let you join in on the fun of collaboration too.

article thumbnail

Deploying Ruby AWS Lambda functions with CDK

MagmaLabs

It is an open-source tool created by the AWS team. Now, let's run the cdk bootstrap command, and the output should be something like: Creating a New Ruby Lambda Function. CDK will look into lib/lambda/ruby_function folder and create a.zip file with the content. Reading Time: 2 minutes What is Cloud Development Kit (CDK).

Lambda 98
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Running serverless.NET applications in AWS Lambda

InfoWorld

Since.NET became an open-source platform, it has finally delivered on its cross-platform promise. The recent evolution of.NET has been fun to watch. At the same time, support for Linux has given it more traction in the cloud-native space, with the latest releases supporting container runtimes.

Lambda 81
article thumbnail

Comparing Nuclio and AWS Lambda

DevOps.com

The post Comparing Nuclio and AWS Lambda appeared first on DevOps.com. This frees your engineers to focus on building what your customers want from you—the features that differentiate your business from your competitors’ For this philosophy to work, however, the platform needs to not only give you the […].

Lambda 111
article thumbnail

Implement OpenAPI for AWS Lambda in Quarkus Using API Gateway Integrator

Dzone - DevOps

This allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. Where OpenAPI deals with specification, Swagger implements the specification to describe a REST API.

Lambda 91
article thumbnail

Running Lambdas on your Laptop

Stackery

Here is my response to that question in the form of a dive into how the SAM CLI and how SAM local can indeed improve your development process of Lambdas, but require more to take advantage of the entire menu of AWS serverless…. How does SAM CLI run a local version of a Lambda? What do I need to do to run my Lambda code via the SAM CLI?

Lambda 58
article thumbnail

Benchmarking AWS Lambda runtimes in 2019 (part I)

The Agile Monkey

Have you ever wondered whether your AWS Lambda could be faster if you used a different runtime? AWS Lambda allows us to execute code in the cloud without needing to provision anything. As an addition to all the available runtimes in AWS Lambda, AWS announced Custom Runtimes at Re:Invent 2018. Rust, Node.js 8.10, C# (.NET

Lambda 66