#aws

Uses: 6

How To Fix Error About Limits of TLS Certificates That Caused by AWS CDK

Tags: #coding #aws #aws cdk #bugfix

You have reached your limit of 20 certificates in the last year due to Continuous Delivery Workflow. Use cross-stack references feature of AWS CDK to fix the issue.

Passing Sensitive Data with JSON

Tags: #coding #aws #aws kms #crypto #privacy #open source

Software engineers are responsible to retain confidentiality of sensitive data. The post shows usage of auto crypto codec with Algebraic Data Types.

Retain Confidentiality in Open Source Infrastructure.

Tags: #coding #aws #aws cdk #aws kms #aws secret manager #crypto

Open Source Infrastructure uses confidential cloud resources. Key Vault addresses confidentiality challenge if you open sources your AWS CDK infrastructure.

Purely Functional Cloud Components with AWS CDK

Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #algebra #open source #combinators

A toolkit develops purely functional and high-order cloud components with AWS CDK. A shift from category of classes to pure functions simplifies the development.

Composable Cloud Components with AWS CDK

Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #boilerplate #combinators

Compose AWS CDK Components from small reusable elements using a purely functional method as a solution to scarp a boilerplate code.

Public and Privately Routed VPC pattern

Tags: #coding #aws #aws vpc #infrastructure as a code #security #scalability #networking #cloud pattern

The routed VPC pattern is an universal and scalable pattern for AWS networking architecture.