WoodITWork.com

It's about time I let the world know what I was thinking...

Serverless Office Hours Livestreams 2023

A weekly livestream to learn about building serverless applications. We cover a separate topic each week including what’s new with serverless, deep dives into feature launches and best practices, and explore real world use-cases.

2023 Year in review

Dec 20, 2023: Look back on all the Serverless goodies during 2023!


Step Functions: What’s new!

Dec 06, 2023: Learn about all the new AWS Step Functions releases.


pre:Invent 2023!

Nov 22, 2023: Find out all the exciting goodies in the lead up to re:Invent 2023.


Ampt: Just write code!

Nov 15, 2023: Learn how Ampt lets developers rapidly build, deploy, and scale JavaScript apps in the cloud without complicated configs or managing infrastructure.


Bring chaos into serverless

Nov 08, 2023: Learn how to design and run chaos experiments with serverless functions and managed services.


Visually build AWS applications

Nov 01, 2023: Learn how to use AWS Application Composer to design and build applications visually using all available CloudFormation resource types.


Building GenAI apps

Oct 25, 2023: Learn how to build serverless generative AI apps on AWS.


Super serverless tools with Lars Jacobsson

Oct 18, 2023: Learn how to turbo charge your serverless development with some handy tools.


Baselime: Serverless observability

Oct 11, 2023: Learn how Baselime can simplify the complexity of distributed cloud-native systems, helping you resolve application issues before they become problems.


Governance in depth for serverless apps

Oct 04, 2023: Learn how to build and deploy serverless applications in a manner that both allows for agility and speed to market but also with appropriate governance and guardrails.


AWS Amplify Studio + GraphQL

Sep 27, 2023: Learn about AWS Amplify Studio’s recent release for full support for GraphQL APIs.


Idempotency: exactly once processing

Sep 20, 2023: Learn how to implement idempotent operations in your serverless architectures which are safe to retry.


Building an API platform on AWS

Sep 13, 2023: Learn how to use API Gateway and 3rd party services to build an API platform on AWS.


Run any web app on Lambda

Sep 06, 2023: Learn how to use the Lambda Web Adapter to build web apps on Lambda to support any web frameworks and languages, with no new code dependency required.


Serverless Patterns Workshop

Aug 30, 2023: Learn patterns and best practices for building a production-ready serverless applications.


Modernising ecommerce using serverless EDA

Aug 23, 2023: Learn how to modernize a synchronous API-driven ecommerce solution into a decoupled, asynchronous event-driven architecture.


Serverless real-time communication with Momento

Aug 16, 2023: Learn how to accelerate your app, reduce costs, and free your developers using Momento, a serverless data platform offering caching and pub/sub messaging.


Deploying Lambda with EKS and Crossplane

Aug 09, 2023: Learn how to deploy and manage Lambda functions and other serverless services using your existing Kubernetes tooling.


Easier observability with SLIC Watch

Jul 26, 2023: Find out how to simplify your serverless observability with SLIC Watch.


Using DynamoDB global tables

Jul 19, 2023: Find out how to use DynamoDB global tables for fast and local read and write performance for massively scaled, global applications.


Lambda testing: Remote invoke

Jul 12, 2023: Find out how to more easily test Lambda functions in the cloud without having to mock security, external services, or other environment variables.


Benchmarking Lambda cold starts

Jul 05, 2023: Want to understand and minimize Lambda coldstarts?


Serverless HPC

Jun 28, 2023: Learn how to build a serverless architecture for high performance financial modelling.


AWS Copilot for serverless containers

Jun 21, 2023: Learn about managing serverless containers with AWS Copilot.


Integrating EventBridge and Kafka

Jun 14, 2023: Learn how to stream events to EventBridge event buses using your familiar Kafka tooling and processes in any environment.


Serverless networking with VPC Lattice

May 31, 2023: Learn how to use Amazon VPC Lattice to simplify network connectivity between AWS Lambda and other services.


Build faster with Amazon CodeCatalyst

May 24, 2023: Learn how to speed up your planning, development, and delivery lifecycle when building applications on AWS.


Testing Serverless Applications

May 17, 2023: Learn about strategies for testing your serverless applications.


Building real-life asynchronous architectures

May 10, 2023: Find out from the experts how to build real-world, event-driven, asynchronous architectures.


Automating your life with serverless

May 03, 2023: Learn how to use serverless services to automate as much as you can!


Lambda response streaming

Apr 26, 2023: Learn about the new Lambda response streaming to progressively stream response payloads back to clients.


Managing EventBridge with Kubernetes

Apr 19, 2023: Learn how you can manage Amazon EventBridge with the AWS Controllers for Kubernetes (ACK).


Building Java apps with SAM

Apr 12, 2023: Learn best practices for building serverless Java apps with AWS SAM.


Serverless AI with ChatGPT and DALL-E

Apr 05, 2023: Find out how to build an event-driven serverless story generation application using ChatGPT and DALL-E.


Serverless micro-frontends

Mar 29, 2023: Learn how to build serverless micro-frontends using a server-side rendering (SSR) approach.


Lambda Powertools for .NET

Mar 22, 2023: Learn how to implement observability best practices with minimal coding using Lambda Powertools for .


Succeeding with serverless

Mar 15, 2023: Found out how to effectively use serverless technology to accelerate your organization to the modern cloud.


Lambda cookbook with Python

Mar 08, 2023: Start your AWS serverless service with two clicks, bootstrapping an AWS Lambda Python project the easy way.


EDA visually explained

Mar 01, 2023: Learn about event driven architectures with small bite-sized visual explanations.


Refactoring to Serverless

Feb 22, 2023: Find out from the experts how to improve the design of your serverless application by replacing application code with automation code.


Multi-tenant serverless SaaS

Feb 15, 2023: Want to find out best practices for building multi-tenant solutions with serverless technologies?


Visually design and build serverless applications| Serverless Office Hours

Feb 08, 2023: Would you like to use a visual designer to build your serverless applications from multiple AWS services?


Preparing your serverless architectures for the big day

Feb 01, 2023: Want to make sure your serverless architecture can handle going live for your big day?


Using Terraform with AWS SAM

Jan 25, 2023: Are you wanting an even easier way to build serverless applications using Terraform?


Amazon Managed Workflows for Apache Airflow at Scale

Jan 18, 2023: Learn how to effectively run Amazon Managed Workflows for Apache Airflow (Amazon MWAA) at scale.


Building .NET 7 high performance Lambda functions

Jan 11, 2023: Learn how you can build high performance .