Tagged with

Aws

Building a serverless connected BBQ as SaaS - Part 2 - User Creation

Building a serverless connected BBQ as SaaS - Part 2 - User Creation

In part two of the series about the world of BBQ, where tradition and technology rarely cross paths. The future of grilling is here, and it’s connected, smart, and runs on the cloud! I continue with user management using an serverless and event-driven approach with Cognito User Pool together with Lambda, EventBridge, and StepFunctions.

serverless, aws, saas, IoT · 2024-06-12
AWS Summit - COM106 - AWS Community Panel

AWS Summit - COM106 - AWS Community Panel

Join us for a panel discussion about AWS Community from our community members who will be sharing their insights on the impact tech communities have on developers. Learn how you can gain skills, network and collaborate with other like-minded builders.

Community AWS · 2024-06-04
Building a serverless connected BBQ as SaaS - Part 1

Building a serverless connected BBQ as SaaS - Part 1

In the world of BBQ, tradition and technology rarely cross paths. But what if I told you that the future of grilling is here, and it’s connected, smart, and runs on the cloud? In this blog series, I will explore how AWS IoT, serverless, and event-driven architecture enables an automated cooking experience. As a tech-savvy griller, I discover how cloud technology can elevate my grilling game to a whole new level.

serverless, aws, IoT · 2024-05-29
AWS ECS and AWS Fargate demystified: run serverless containers

AWS ECS and AWS Fargate demystified: run serverless containers

Running containers in a serverless way, on Fargate, come with a lot of benefits. In this talk I share migration paths and benefits with moving to Fargate. I also share war stories from running containers on Fargate with several customers.

AWS, Serverless, Containers · 2024-05-22
Cloud-grilled delights a high-tech approach to perfect BBQ

Cloud-grilled delights a high-tech approach to perfect BBQ

Talk about building an IoT connected smoker and how to use AWS and IoT to perfect your BBQ skills.

serverless AWS · 2024-05-16
Building resilient serverless workloads: Navigating through failures

Building resilient serverless workloads: Navigating through failures

Talk about building resilient serverless workloads, real life examples and good to know architecture patterns.

serverless AWS · 2024-05-07
Navigating through failures, build resilient serverless systems

Navigating through failures, build resilient serverless systems

Serverless and event-driven workloads on AWS are well known for their inherent high availability and scalability, offering a robust platform right out of the box. In the world of cloud, it's well known that everything fails all the time. This reality becomes even more complex when serverless systems interact with non-serverless components. In this post, I'll dig into architecture concepts that can help you handle failures effectively.

serverless, aws · 2024-04-26
Serverless website analytics with Lambda@Edge

Serverless website analytics with Lambda@Edge

Talk about the innovative approach of utilizing AWS Lambda@Edge to gather statistics for a static website, focusing on server-side data collection for page views.

serverless AWS analytics · 2024-04-17
Protect API Gateway with Amazon Verified Permissions

Protect API Gateway with Amazon Verified Permissions

In this post we'll look at Amazon Verified Permissions (AVP) a serverless service for easy management and enforcement of application permissions, and how to use it to secure Amazon API gateway API together with Cognito User Pools.

serverless, aws · 2024-04-10
Serverless statistics solution with Lambda@Edge

Serverless statistics solution with Lambda@Edge

AWS offers several great serverless services for data engineering and analytics. In this post I describe my serverless analytics setup for click stream analytics of a static webpage, using Amazon Glue, Athena, Managed Grafana for analytics. Data ingestion and storage with Lamba@Edge, StepFunctions and S3.

serverless, aws · 2024-03-19
Encrypting data in S3 with Stepfunctions

Encrypting data in S3 with Stepfunctions

Talk about serverless and StepFunction and how it can be utilized to re-encrypt data in S3.

serverless AWS security · 2024-03-14
My Serverless Handbook - My serverless journey on AWS

My Serverless Handbook - My serverless journey on AWS

Introducing My Serverless Handbook. This will be the home to my serverless experience and learnings on AWS. It all started 2015 with the creation of my first Lambda function, now several years later, serverless solutions are still my passion. This is my story, this is my journey, this is my experience!

serverless, aws · 2024-02-28
AWS StepFunctions HTTP Endpoint demystified

AWS StepFunctions HTTP Endpoint demystified

Calling an API from AWS StepFunctions has for a long time required us to write a Lambda function to handle that. With the release of HTTP EndPoint there is no need for that anymore. In this post I'll go over the functionality and show how to use it.

serverless, stepfunctions, aws · 2024-02-14
AWS Step Functions HTTPS endpoints demystified

AWS Step Functions HTTPS endpoints demystified

AWS Step Functions announces support for HTTPS endpoints, so you can now integrate with virtually any SaaS application directly from your workflows. In addition, AWS Step Functions launches a new TestState API to test a single step in your workflow, that helps accelerate development so you can deploy new features fast.

serverless AWS · 2024-02-07
Serverless redirect with CloudFront Functions

Serverless redirect with CloudFront Functions

How do we efficiently redirect users from one site to an other? In this post we'll create a solution using serverless technologies to handle this redirect in an efficient way. We'll use AWS, CloudFront, and the new Function KeyValueStore.

serverless, cloudfront, functions · 2024-01-31
AWS re:Invent re:Cap

AWS re:Invent re:Cap

re:Cap of the news from AWS re:Invent, Jimmy will go over the major serverless announcements and his personal takeaways from AWS re:Invent 2023!

serverless AWS · 2024-01-24
Amazon Graviton Three Ways

Amazon Graviton Three Ways

The Frugal Architect. Many workloads can utilize the effective Graviton (ARM) based CPU, Switching to Graviton is often an easy way to save on cost. Graviton delivers the best cost vs performance. This blog post will show the migration process for three different workloads.

serverless, graviton, cost savings · 2024-01-16
Building a serverless AI powered translation service

Building a serverless AI powered translation service

Talk about serverless and event-driven AI powered translation bot using AI services from AWS

Serverless AWS AI · 2024-01-10
Run a java service serverless with ECS and Fargate

Run a java service serverless with ECS and Fargate

How to run a Java based service on Amazon ECS using Fargate and Fargate Spot. Cover the foundation and the infrastructure and steps needed to run this workload.

serverless, java, ecs · 2024-01-05
Podcast - Serverless architectures

Podcast - Serverless architectures

Podcast (in Swedish) about serverless architectures and its advantages.

serverless AWS · 2023-12-15
Serverless and event-driven translation bot

Serverless and event-driven translation bot

Blog post how I created a serverless and event-driven translation service using AI services from AWS, like Amazon Translate and Amazon Polly. Step by step guide how to create this solution and integrate it with Slack for translations using a slash command.

serverless, ai, event-driven · 2023-12-05
Serverless cloud architecture patterns

Serverless cloud architecture patterns

Talk about serverless and event-driven architectures and common architecture patterns, and how to implement these using services from AWS

serverless AWS · 2023-11-09
Building a serverless AI powered translation service

Building a serverless AI powered translation service

Talk about serverless and event-driven AI powered translation bot using AI services from AWS

serverless AWS AI · 2023-11-08
Protecting a Static Website with JWT and Lambda@Edge

Protecting a Static Website with JWT and Lambda@Edge

Post about how to use Amazon Cognito together with Lambda@Edge to add protection and authorization to static content hosted with Amazon S3 and CloudFront.

serverless, security · 2023-10-04