

Keep the business logic like the Function Handler, and it's auxiliary code in C#Ī sort of hybrid implementation, if you will. We could code the IAC either Typescript or Python or JavaScript Since Typescript or Python or JavaScript languages are open source, and furthermore most of the IDEs for said languages are open source, I was hoping that
#VISUAL STUDIO 2022 PYTHON INSTALL#
Our Operations teams would need to purchase & install Microsoft Visual Studio 2022 if they ever want to modify the C# IAC code. If we implemented all the infrastructure as code (IAC) in C# via Microsoft Visual Studio 2022. However, YAML can be a real pain to code when the AWS Services configurations become complex.

Sometimes our Operations teams might need to modify the infrastructure as code (IAC) ( in our case YAML template.yaml code) during deployment or at the very least be able to read and understand our IAC which is in YAML template.yaml file.Īt the present time, the Operations teams can look at our YAML template.yaml file, and easily understand it. We use Microsoft Visual Studio 2022 to develop C# applications. NET Development teams that implements C# applications. Is it possible to have Business logic code written in C#, but have the AWS Services configuration written in either Typescript or Python or JavaScript? If yes could someone please post back some sample code or maybe even give a high-level pseudo code steps as to how I can accomplish said goal? Therefore, I want to use Typescript or Python or JavaScript code for the AWS Services configuration. However, I Only want to abandon using YAML's template.yaml. I'd like to keep the business logic like the Function Handler, and it's auxiliary code in C# However, the AWS Services Configuration is written using YAML code that is in the template.yaml NET 6-based application written in C# with a YAML template.yamlĮssentially, the business logic like the Function Handler, and it's auxiliary code is written in C# So my application is an AWS Serverless project. In the aforementioned webpage, it does show configuration of AWS Services using any of the following languages: I was taking a look at the following webpage titled "Getting started with the AWS CDK" Python support is present in the release 15.2 and later. Download and run the latest Visual Studio installer for Windows. On Mac and Linux, Python support is available through Visual Studio Code. NET 6-based application written in C# with a YAML template.yaml file. Install Python support in Visual Studio INCLUDE Visual Studio Note Python support is presently available only on Visual Studio for Windows. Visual Studio 2022 AWS Serverless project.
