Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.65 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.65 KB

Cloud Learnings

Catalog of cloud-related learnings.

Note: Architectures illustrated are for educational purposes ONLY. They do not necessarily follow best practices and are NOT suitable for production.

Contents

Date Title
09.2023 AWS 3-Tier Application
08.2023 AWS API Gateway with AWS CDK
08.2023 Azure REST API with API Management Service
06.2023 AWS Isolated VPCs with Shared Services (via Transit Gateway)
04.2023 AWS WebSocket Chat Application
11.2022 AWS S3 Thumbnail Creator

code_demos Submodule

This repository contains a git submodule at ./code_demos that points to the GitHub repository Faaizz/code_demos. In the event of cloning this repository, you need to run the following commands in order to initialize and update the submodule:

git submodule init
git submodule update

Interests / Planned

  • Wing: A programming language for the Cloud
  • Steampipe: CLI for inspecting Cloud resources
  • Pulumi: Open-source infrastructure as code. Supports TypeScript, Python, Go, Java, & YAML