DEV Community

Cover image for Deploying an AWS ECS Cluster with AWS CDK (in GoLang) and Deploying a Streamlit-OpenAI App to the cluster
amlan
amlan

Posted on

Deploying an AWS ECS Cluster with AWS CDK (in GoLang) and Deploying a Streamlit-OpenAI App to the cluster

In this post I walk through steps to use CDK as an IAAC framework for deploying to AWS. The steps in this post follow CDK using Golang. Here we will see how we can use CDK to not only deploy an ECS cluster but the whole infrastructure to support a Streamlit app which uses OpenAI API.

https://amlanscloud.com/cdkapppost/

Top comments (0)