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)

Neon image

Set up a Neon project in seconds and connect from a Go application

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Get started →

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, cherished by the supportive DEV Community. Coders of every background are encouraged to bring their perspectives and bolster our collective wisdom.

A sincere “thank you” often brightens someone’s day—share yours in the comments below!

On DEV, the act of sharing knowledge eases our journey and forges stronger community ties. Found value in this? A quick thank-you to the author can make a world of difference.

Okay