Table of Contents
This repo was created to go along side a medium article I wrote here:
I wanted to use the cdk to optimise images when they're uploaded to an s3 bucket. There was a few headaches I ran into that I hope this repo and the above article will help people avoid in the future
You can clone this repo, but I imagine it would just be easier to incorperate this into existing cdk projects
- Docker
- Node
- AWS Account
- Clone the repo
git clone https://github.com/kieronjmckenna/cdk-sharp-image-optimisation.git
- Install NPM packages
yarn
- Deploy to AWS
npx cdk deploy
Me: @KieronMckenna7
Project Link: https://github.com/kieronjmckenna/cdk-sharp-image-optimisation