AWS

NodeJS Typescript starter kit.


Here is a startkit of an application written in NodeJS with Typescript using Vertical Slice Architecture, targetting AWS Cloud using Lambda and DynamoDB.

NodeJS + Typescript + Dependency Injection + inversion of control + SOLID + VSA
NodeJS + Typescript + Dependency Injection + inversion of control + SOLID + VSA
This is an example of an app is demonstrating how we can invoke a lambda function which will recieve a user and a city, and based on the user and that city will get the weather for that city. After that will store that information in DynamoDB (used for caching)

Common Problems that may happen when using AWS Services

Here I'm sharing some common problems that I faced working in AWS that I want to share with the community.

AWS Services pitfalls we can face
AWS Simple Queue Service - Visibility Timeout AWS Simple Queue Service - Visibility TimeoutI had an application that would pull async work by receiving messages into the queue. The example is simple. A message is pushed to the queue in question by a producer and one consumer will pull it

Deploying Wordpress in AWS

See here how you can deploy wordpress in your AWS account.

Wordpress in AWS
(not my website - I don’t use Wordpress) This is a post to show how we can deploy Wordpress website in AWS Cloud using serverless services. The idea is that we deploy Wordpress using MySQL database in RDS as a way to persist our Posts and Pages, we use SecretManager

AWS Athena + Glue + Comprehend

Search your non-normalized data using SQL and take out metrics and business value out of it.

From unstructured data to SQL queries for searching Customer valuable content
if somehow you get the data of interactions between your customers and your system, say through an agent or chat support, we have ways using AWS managed services to provide us an idea of how many devices are Google or Apple using SQL. The services to ease our lifes in