Coder Social home page Coder Social logo

aws-cdk-simple-app's Introduction

Do you know the "newish" Cloud Development Kit (CDK) from amazon? If not, it's time to learn, and the best place to start is here.

TL;DR: Forget CloudFormation, Terraform, and even Pulumi, why you may ask? To be short and sweet:

To instantiate a VPC, CDK uses 1 line of code in TypeScript what synthesizes over 450 lines of CloudFormation in JSON. Need more reasons to learn? Keep reading. If you already know CDK is the future and want to learn it, click here.

Infrastructure as Code, Master AWS Cloud Development Kit CDK

Release a little over one year ago on reinvented CDK had some big promises to fulfill. Today, after the latest CDK release I finally understand why Amazon is the supreme leader of the cloud market. With a market share equals the sum of its 3 major competitors.

In this course you will create a React website hosted on an S3 bucket and served using CloudFront.

This application will display a collection of photos hosted on another secondary S3 bucket. This bucket is private and has all its contents encrypted.

We will create a Lambda function to generate a private signed URL to the React application to display the photos, and this URLS will be only valid for a short period of time so nobody else can access your photos even if someone try to share the URL.

Want more? We will add an API Gateway to create an endpoint to access the Lambda function directly from our React Application.

And, of course, we will set IAM roles for all of this work together and CloudWatch to monitor the workings of our application.

And we will do all this without spending 1 cent on Amazon services, using only its FREE tear.

I spent almost 4 weeks building this course. During all this time, I have all the services running, and I made a lot of requests for testing, after I was satisfied I destroy all the resources on the cloud and did it all again while recording the course for you, and this was my billing at the end of the month:

$0.00 (zero dollars and zero cents)

But for peace of mind, we will set up billings alerts just in case you forget your app running for 100 years or all your family and friends start checking out your new amazing app.

So what are you waiting to start creating your Infra the same way you write code? Click here (https://www.udemy.com/course/aws-cdk-course/?referralCode=6DA11CA58F11328F8357).

See you on the course,

ps. did I say we will also create tests for the infrastructure as we create unit test for our code, using jest? This course has so much is just impossible to remember to say everything!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.