Build Serverless Chatbot with AWS CDK and Amazon Bedrock
In this blog post I’ll showcase building of the complete and ready-to-use AWS CDK project to create a simple Chatbot using Amazon Bedrock. I’ll go through the complete design process…
Explore the dynamic intersection of Python and cloud computing on our dedicated Python page, where the versatility of Python meets the scalability of cloud platforms. Delve into how Python serves as a powerful tool for developing cloud-native applications, managing cloud resources, and automating infrastructure tasks.
In this blog post I’ll showcase building of the complete and ready-to-use AWS CDK project to create a simple Chatbot using Amazon Bedrock. I’ll go through the complete design process…
In this quick guide, I will try to create a complete EC2 instance running Windows. It will be created without the need to use the AWS console, and all operations…
Building a robust and resilient cloud infrastructure is the fundamental challenge faced by cloud solution architects. In today’s post, I will try to show how to build a fault-tolerant and…
If you have a cloud environment, it is always worth considering its optimization. Certain tweaks can result not only into reduced costs, but also into increased efficiency. In today’s post,…
There are many supporters and opponents of describing infrastructure as a code (eng. IaC) using high-level programming languages. I am definitely one of the supporters and for this reason I…
PyCharm is a great IDE which I use on a daily basis when creating projects using AWS CDK. Recently, while working on a project, I encountered an interesting problem in…
Amazon VPC Lattice is a newly released service which should make easier connecting, securing and monitoring different services inside the AWS cloud. Will this service make life easier for both…
Talking about unit testing can cause quite a stir. This is because there are many approaches to this topic. In my post I will describe how I try to unit…