Category: AWS
We use AWS S3 as an event bus
There are many ways to implement event bus using AWS. Whenever we talk about event bus and aws, we remember Eventbridge. That is so true to implement this kind of architecture in…
AWS Lambda CI/CD using Codebuild
Because AWS Lambda belongs to AWS ecosystem so I decided to use CodeBuild. It supports well the service role for authentication. We actually can use other CI/CD such as Github Action Workflows,…...
AWS SAM creates lambda function
Create Function In order to have expected function name we need to add “FunctionName” to Properties in template file. Sam won’t do this automatically for us. We do this manually. We basically…...
AWS step function creates EKS Job
Firstly, why do we have to do this? I’m doing a function which allow users do download a lot of data to excel file. We have an existing backoffice server which handles…
Quick Note: configure domain for AWS application load balancer and SSL for AWS EKS ingress
We know that when we apply an ingress config, it will create AWS ALB with listener on target groups based on rules. We can basically do this with sample game 2048 at…
Deploy 2048 game to AWS EKS Fargate cluster
Hi everybody! I’ve recently explored to deploy microservices to aws cloud by using kubernetes which is AWS EKS – Amazon Elastic Kubernetes Service. I followed the instruction here. However, I encountered two…
Android and Lambda Network communication issue
I was struggling on the legacy system. In order to give a better understanding of this issue, let’s look at below diagram. The crew on ship uses the tablet to send data…
AWS code pipeline common issues
This is my first time experience aws code build. I encountered many issues so I would like to share with you guys, in order to help saving your time. Message issue Solution…