Blogs

AWS APIGateway × OpenAPI (3. Output)

2022-08-02

I have been working on a library that integrates an OpenAPI definition with a REST API definition on the CDK. This is the third blog post of the series that will walk you through the development of the library.

AWS APIGateway × OpenAPI (2. Proxy)

2022-07-26

I have been working on a library that integrates an OpenAPI definition with a REST API definition on the CDK. This is the second blog post of the series that will walk you through the development of the library.

AWS APIGateway × OpenAPI (1. Motivation)

2022-07-18

I have been working on a library that integrates an OpenAPI definition with a REST API definition on the CDK. This is the first blog post of the series that will walk you through the development of the library.

When Omit<Type, Keys> breaks (my expectation)

2022-07-12

I have scratched my head when Omit<Type, Keys> in TypeScript has not worked as I intended. This blog post will share with you what I have learned from reasoning why Omit has not worked.

Continuous delivery of the website

2022-07-05

I am using AWS CodePipeline for Continuous Delivery (CD) of this website. This blog post will show you my configuration of the pipeline.

Moving the domain name between distributions

2022-06-27

I moved the domain name from one CloudFront distribution to another. This blog post shows my findings on domain name move.