Category: Tutorials
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 |
How 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 MoreCreating An S3 Bucket With AWS CDK In Typescript [Video]
by jonathan.moo | Dec 28, 2020 | AWS CDK, Data Engineering, Tutorials | 2 |
I will be creating an S3 bucket to see if our CDK app is linked to our account. We have done...
Read MorePreparing Your AWS CDK Framework IN Typescript [VIDEO]
by jonathan.moo | Dec 26, 2020 | AWS CDK, Data Engineering, Tutorials | 0 |
Before you begin, make sure you already created your AWS access key ID and your AWS secret key. Or...
Read MoreGetting Started With AWS CDK in TypeScript [VIDEO]
by jonathan.moo | May 21, 2020 | AWS CDK, Data Engineering, Tutorials | 0 |
AWS Cloud Development Kit (AWS CDK) is a toolkit for defining AWS cloud infrastructure in code. In...
Read MoreHow To Start A Personal Portfolio Website For Data Science Overview
by jonathan.moo | May 21, 2020 | Tutorials, Web Development | 0 |
I was very pleased to hear that one of my ex-students built a portfolio site to demonstrate her...
Read More