Ryan Dsouza

Ryan Dsouza @ryands17

About: A Web Dev and Guitarist who loves TypeScript and the Cloud :)

Location:
India
Joined:
Nov 14, 2018

Ryan Dsouza
articles - 19 total

Canary deployment of Lambdas using CDK Pipelines

In this post, we shall perform a Canary deployment of our Lambdas. We will be using CDK...

Learn More 22 7Aug 25 '21

Magic links 🪄 with Cognito using the CDK

This is a post on how to perform Passwordless authentication 🪄 using Cognito. The resources...

Learn More 47 6Aug 2 '21

Sentiment Analysis with Step Functions using the CDK

In this walkthrough, we will learn to perform sentiment analysis on user feedback with Step...

Learn More 10 2Jul 23 '21

Rust on Lambda using the CDK

Introduction AWS introduced a Rust runtime for Lambda and since then you can directly run...

Learn More 22 2Apr 5 '21

Using Nested Stacks with AWS CDK

Intro CloudFormation Nested Stacks are great when you want to separate logical resources i...

Learn More 24 2Mar 19 '21

Bundling Prisma with the CDK using aws-lambda-nodejs

Introduction In this post, we shall see how we can bundle Prisma using aws-lambda-nodejs w...

Learn More 23 1Mar 11 '21

Generating video thumbnails with S3 and Fargate using the CDK

Introduction This post is inspired from the following write-up which shows how to generate...

Learn More 20 3Mar 1 '21

Prisma Migrate with AWS Aurora Serverless

Introduction In the previous post, we saw how we could deploy a GraphQL API using AWS AppS...

Learn More 22 4Feb 2 '21

Deploy a GraphQL API with Prisma, AWS AppSync, Aurora Serverless & CDK

Intro Recently, Nader Dabit performed a livestream of using AWS AppSync with an Amazon Aur...

Learn More 74 7Dec 21 '20

Caching SSM Parameter Store values in Lambda

Intro This article is inspired by a blog post written by Yan Cui where he shows how we can...

Learn More 13 3Dec 20 '20

Generating thumbnails via S3 events using aws-cdk (TypeScript)

This is another post on CDK after a while that's a bit different. You can check out the previous two...

Learn More 16 0Sep 16 '20

Exploring the new MobX API

I have always been an avid admirer of MobX and its simple API. Do read my previous posts reg...

Learn More 12 0Jul 11 '20

Deploying a Node app to Beanstalk using aws-cdk (TypeScript)

In my previous post of this series, we saw how we can deploy a Single Page Application on S3...

Learn More 25 3Apr 18 '20

Deploying a SPA using aws-cdk (TypeScript)

I recently read a post on getting started with aws-cdk and it has intrigued me since then....

Learn More 21 4Apr 4 '20

Deploy a Node app to AWS ECS with Dynamic Port mapping

Create an ECS cluster with Dynamic port mapping that deploys your app as a Docker image and the load balancer serves your traffic.

Learn More 84 1Sep 15 '19

Testing API calls

Testing a React component with API calls and local state

Learn More 52 8Aug 15 '19

Testing a simple React component

Testing a React component with local state

Learn More 81 4Aug 12 '19

Using MobX with React Hooks

How to test MobX with Hooks using the react-testing-library.

Learn More 33 6Jan 15 '19

Using MobX with React Hooks

A simple example of how we can use Mobx (a truly awesome state management library) with React Hooks

Learn More 82 9Jan 5 '19