Using AWS CDK to create a cloud reservation system
Some time ago I developed a reservation system using AWS CDK. Potential customers can visit a website that contains a calendar, click on a date, click on a time and finally, enter their email address. A confirmation email will be sent to their address right after the reservation. I built this infrastructure using an S3…