DEV Community

Cover image for AWS CDK: Deploy Cloud Resources with Typescript
Gbenga Oni
Gbenga Oni

Posted on • Updated on

AWS CDK: Deploy Cloud Resources with Typescript

Have you ever thought of deploying cloud resources with a programming language?

You know, instead of using Infrastructure as Code tools like Terraform, you use an actual programming language like Typescript, Python or Java to describe resources that will be provisioned in the cloud?

Great!

I show you how to do this with Typescript.

In My New blog Post, I walk you through how to deploy an AWS VPC, Security Group, EC2 instance and an S3 bucket with AWS Cloud Development kit.

Tip: You can build a SaaS Platform with this.

https://gbengaoni.com/blog/AWS-CDK--Deploy-Cloud-Resources-with-Typescript

Top comments (0)