#aws-cdk

Uses: 5

Thought on Infrastructure as a Code

Tags: #thoughts #aws cdk #infrastructure as a code #devops #cloud pattern #immutable deployment

Infrastructure as a Code delivers few measurable benefits to any service business: cost reduction, faster execution and mitigation of risks. It imposes a higher cost at the beginning but as a result you’ll get a “time machine” to rollback defective software in a matter of minutes.

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.

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.