How I Moved From Singapore To The United States Fo...
Posted by jonathan.moo | Oct 27, 2021 | Blog | 1 |
NYU Stern Masters of Science in Business Analytics...
Posted by jonathan.moo | Sep 12, 2021 | Blog | 2 |
Creating An S3 Bucket With AWS CDK In Typescript [...
Posted by jonathan.moo | Dec 28, 2020 | AWS CDK, Data Engineering, Tutorials | 2 |
Getting Started With AWS CDK in TypeScript [VIDEO]
Posted by jonathan.moo | May 21, 2020 | AWS CDK, Data Engineering, Tutorials | 0 |
How To Start A Personal Portfolio Website For Data...
Posted by jonathan.moo | May 21, 2020 | Tutorials, Web Development | 0 |
Blog
LatestHow To Setup Github with Your In Your Mac OS Terminal
by jonathan.moo | May 1, 2023 | Blog | 0 |
In this article we will setup your MacOS Terminal app so that you can use Git commands within the...
-
How I Moved From Singapore To The United States For Work – Visa Process
by jonathan.moo | Oct 27, 2021 | Blog | 1 |
-
What happens to your WordPress site when you are hacked – AWS Abuse Report
by jonathan.moo | Sep 28, 2021 | Blog | 0 |
-
Doing This Could Shutdown Your Website – AWS Abuse Report
by jonathan.moo | Sep 25, 2021 | Blog | 0 |
Tutorials
LatestHow to upgrade your AWS CDK stack to version 2 in Typescript [VIDEO]
by jonathan.moo | Feb 24, 2022 | AWS CDK, Data Engineering, Tutorials | 0 |
Since AWS CDK launched version 2, version 1 is now due to enter maintenance (June 1, 2022) or end-of-life (June 1, 2023). As such, there is an urgent need to upgrade all existing AWS CDK stacks to their latest version in the...
-
Simple Python Unit Testing For AWS Lambda
by jonathan.moo | Nov 8, 2021 | Data Engineering, Tutorials | 0 |
-
Connecting S3 with Lambda on AWS CDK in Typescript
by jonathan.moo | Nov 6, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
-
Create A basic Lambda Function Using AWS CDK With Typescript [VIDEO]
by jonathan.moo | Oct 31, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
How To Setup Github with Your In Your Mac OS Terminal
by jonathan.moo | May 1, 2023 | Blog | 0 |
In this article we will setup your MacOS Terminal app so that you can use Git commands within the...
Read MoreHow to upgrade your AWS CDK stack to version 2 in Typescript [VIDEO]
by jonathan.moo | Feb 24, 2022 | AWS CDK, Data Engineering, Tutorials | 0 |
Since AWS CDK launched version 2, version 1 is now due to enter maintenance (June 1, 2022) or end-of-life (June 1, 2023). As such, there is an urgent need to upgrade all existing AWS CDK stacks to their latest version in the...
Read MoreSimple Python Unit Testing For AWS Lambda
by jonathan.moo | Nov 8, 2021 | Data Engineering, Tutorials | 0 |
Let’s refer to our pipeline again for reference: In our previous tutorial (Connecting S3 with Lambda on AWS CDK in Typescript), we successfully sent a notification to our AWS Lambda that a file is created within the S3 bucket...
Read MoreConnecting S3 with Lambda on AWS CDK in Typescript
by jonathan.moo | Nov 6, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
Create A basic Lambda Function Using AWS CDK With Typescript [VIDEO]
by jonathan.moo | Oct 31, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
If you want an official reference from AWS, you can refer to it here: https://docs.aws.amazon.com/cdk/latest/guide/serverless_example.html Remember our original high-level diagram here: We want to be able to put files into our...
Read More