Serverless

How To Build A Serverless Contactform With Zeit

How To Build A Serverless Contactform With Zeit

Build a serverless contact form with Go on Zeit! Dive into the code and discover valuable lessons for deploying on this developer-friendly platform. Learn about environment variables, deployment descriptors, and more. Ready to go serverless? Let's get started!

Unless you’ve spent the last few months in outer space, or at the very least out of reach from the Internet, you’ve seen that serverless is one of the hottest topics when it comes to building apps. Over the last few months we’ve seen AWS announcing a ton of things at their annual user conference, Google announced support for Go in private beta and serverless containers in private alpha and even Gitlab announced some form of serverless support. With so many massive players it’s easy to forget smaller ones, but those smaller ones are quite often pretty interesting.

Serverless and Flogo - A Perfect Match (Part 2)

Serverless and Flogo - A Perfect Match (Part 2)

Part 2! 🚀 Explore how to enhance your serverless apps with Flogo and Go API. Unleash the power of Serverless Framework for seamless deployment. Elevate your functions with personalized responses. Dive into the tutorial for a hands-on journey!

I can hear you think “Part 2?! So there actually is a part 1?” 😱 The answer to that is, yes, there most definitely is a part 1 (but you can safely ignore that 😅). In that part I went over deploying Flogo apps that you built with the Flogo Web UI using the Serverless Framework. Now, with the Go API that we added to Flogo, you can mix triggers and activities from Flogo (and the awesome community) with your regular Go code and… deploy using the Serverless Framework

Efficiently Build And Deploy Event-driven Functions to Kubernetes & AWS Lambda

Efficiently Build And Deploy Event-driven Functions to Kubernetes & AWS Lambda

Master the art of sanity in multi-platform event-driven microservices! Join our DZone-hosted webinar to discover the method to your madness, building seamlessly with Project Flogo. Unlock insights on crafting efficient event-driven architectures.

Building multi-platform event-driven microservices and functions shouldn’t drive you mad, and if so, there should be a method to your madness! In this short webinar hosted by DZone, learn to build event-driven microservices and functions using Project Flogo.

How To Build a Slack Bot Powered By Project Flogo

How To Build a Slack Bot Powered By Project Flogo

Dive into the world of Slack bots! Explore the swift creation of a cat-facts bot using Flogo. From Git cloning to Lambda deployment, infuse your collaboration hub with feline fun. Ready to talk bots?

Let’s talk (to) bots! In this case I’m not talking about the awesome autobots, that save the world from Megatron, but Slack bots that help people collaborate and introduce a little fun! Several weeks ago Slack published an article about building the modern collaboration hub and how that hub makes sure that people can interact with each other and their data. On the Internet, everyone loves interaction… and cats, so let’s build a Slack bot that provides your Slack instance with a bit of cat facts!

Adopting Serverless Computing with TIBCO & AWS

Adopting Serverless Computing with TIBCO & AWS

Embark on a serverless journey with TIBCO and AWS! From zero administration to FaaS breakthroughs, discover the future of computing. Unleash possibilities with Project Flogo®. Dive into our enlightening webinar!

As the AI-fueled, edge-exposed, blockchain-driven, and streaming analytics-enabled use cases of the future move closer into view, new technologies are needed to make the vision real. Unique and complex workloads accompany the use cases of the future, but luckily, the enabling technologies to compute those workloads have already arrived.

Join TIBCO and AWS for an exciting webinar to help you better understand what serverless architecture is all about,  and the benefits of running your apps in a serverless environment. Before you give a listen, how about a quick introduction?

Serverless and Flogo - A Perfect Match

Serverless and Flogo - A Perfect Match

Simplify your serverless microservices workflow! 🚀 Explore how the Serverless Framework and Project Flogo combine forces, slashing development time and streamlining deployments. Dive into a seamless journey with visual service design and easy configuration management.

I get to work with serverless microservices on a daily basis, those are services I use myself and ones I help our customers build to take advantage of the benefits that serverless brings you. With many services needing to be deployed and continuous updates, I found myself doing the same thing over and over. It is that specific task that frustrates me most; it simply wasn’t as seamless as I thought it could be.

In this article, I’ll walk you through how I cut the development time and make deployments easily repeatable like a walk in the park — thanks to the combination of the Serverless Framework and a tool called Project Flogo.

What Do I Do In Between re:Invent Live Streams? Build Lambda functions

What Do I Do In Between re:Invent Live Streams? Build Lambda functions

Dive into the world of serverless computing with AWS Lambda and Project Flogo! Explore the seamless integration, ultralight functions, and step-by-step deployment on AWS Lambda. Uncover the simplicity of building and scaling microservices effortlessly.

This year I wasn’t able to attend re:Invent, but I did want to do something nice in between the live streams and specifically around Serverless compute and AWS Lambda.

Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume — there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service — all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability.