1. 12
    Create and deploy an S3 bucket with AWS CDK
    2m

Create and deploy an S3 bucket with AWS CDK

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Lambdas and API Gateways are not the only type of AWS resource we can deploy to AWS cloud using CDK. In fact - nearly every resource that is deployable (is that a word?) with CloudFormation, can also be deployed with AWS CDK.

One of the most popular services on AWS is Amazon S3, which stands for Simple Storage Service.

As the name suggests - it's nothing but simple (in my humble opinion), luckily creating a new S3 bucket and deploying it to the cloud using CDK is relatively straightforward.

Files on S3 are stored in things called "buckets", which are unlimited in size and each bucket has a globally unique name.

In this quick lesson we're going to create and deploy a brand new S3 bucket to AWS with CDK

ed leach
~ 4 years ago

bucky-mc-bucketface - nice!

Tomasz Łakomyinstructor
~ 4 years ago

bucky-mc-bucketface - nice!

Credit for Bucky goes to Maggie Appleton!

dqunbp
~ 4 years ago

I followed the instructions, but for some reason the bucket is not created. What could be the problem?

dqunbp
~ 4 years ago

I've found the error. It doesn’t work without npm run watch on other terminal tab