New Serverless Flask Guide

New Serverless Flask Guide

I just created a free new guide to using Flask and Python to create a text-message greetings API with AWS Lambda and SNS.

New Serverless Guide to AWS HTTP APIS

New Serverless Guide to AWS HTTP APIS

In addition to my recent guide on using auth with the new AWS HTTP APIs and the Serverless Framework. I’ve started a more comprehensive guide the using AWS HTTP APIs.

Serverless Auth with AWS HTTP APIs

Serverless Auth with AWS HTTP APIs

I just wrote a guide to using the newly released AWS HTTP APIs with the Serverless Framework. I include several boilerplate code examples for using the HTTP API with Amazon Cognito and JWT Authentication. You can use this feature to create faster and cheaper serverless apis.

Serverless Knative Integration

Serverless Knative Integration

I recently wrote a guide about using the Serverless Framework Knative integration to deploy a Kubernetes service on Google Cloud. I go through the whole process of creating your Kubernetes cluster through integrating the Serverless Framework.

Serverless CI/CD Preview Deployments

Serverless CI/CD Preview Deployments

I recently wrote a guide on using Serverless CI/CD Preview Deployments. You can use this feature to create your own preview deployments of feature branches when integrating with GitHub.