Private AppSync with custom dns

In the last year I’ve been working a lot with AppSync and I have to say it didn’t come without challenges. One of the biggest challenges was to create a private AppSync API with a custom domain. This is something that is not natively supported by AWS, but it is possible to achieve it …

Using AWS VPC Endpoints

After posting about Private API Gateway’s with DNS I received the suggestion by Lee Gilmore to elaborate on VPC Endpoints. In this article, I will show you how to use VPC Endpoints to access AWS services without the need to go through the internet.

Private API Gateway with DNS

UPDATE: Ofcourse, after I finalized this article Amazon released native support for Private DNS on API Gateways. . Announced on the AWS Blog.

At PostNL we are building most of our applications with Serverless in mind, let me rephrase that, we build all our applications within our own landing zone …