Posts for August 2023

Published: August 19 2023

Deploy .NET 6 API to AWS Lambda with SQL Database (RDS) and Email (SES)

Detailed instructions on how to setup an AWS VPC from scratch then deploy a .NET 6 API to AWS Lambda with a SQL Database on AWS RDS (Relational Database Service) and Email via AWS SES (Amazon Simple Email Service).
Published: August 02 2023

TypeScript - Set type on ...rest (spread) parameter in destructured object with TS interface

The thing I got stuck on was how to define the type for a ...rest parameter in a TypeScript interface.
Supported by