Pugkung Whatever goes...

Posts

Modify and Test AWS Lambda Function on the fly

The Problem… AWS Lambda provide a convenience way to quickly edit and testing code on the web console so you don’t have to modify you code on you IDE then deploy it onto the AWS. Sometime, your lambda could grow very big (due to dependency libs) and AWS will not allow you to edit it on the console anymore… There are several ways to modify the code in this situations:


Team Topologies

I have been trying to look for an optimal way to ensure that my working team is efficiently and which area could be improved or moving toward to. The book “Team Topologies” was being mentioned by my ex-boss and it caught my interest. This post will be about a short summary of the book contents Sections Team Sizing Type of Team Structures Type of Team Interactions TLDR; Closing Team Size Generally team size should be around 5-8 members to avoid communication overload between members.


First post

2023-04-11

This is the first blog post for my personal site. I will keep up to explore new things and share my knowledge over this blog from time to time. I used to write a few entries on Medium, but I found that it lacks flexibility to post things like code snippets (without drawing diagram or writing code elsewhere). After exploring some static-site generators that support blogging and Markdown, I think this might be more suitable for simplicity and support what I might be writing.


Copyright © 2023 Pugkung