Steps to Install Miniconda and Serverless on Windows Debian Terminal and VS Code

Installation To get started, you need to: Install the Windows Subsystem for Linux along with your preferred Linux distribution.Note: WSL 1 does have some known limitations for certain types of development. Also, extensions installed in Alpine Linux may not work due to glibc dependencies in native source code inside the extension. See the Remote Development and Linux article for details. Install Visual Studio Code on the Windows side […]

Deploy Serverless Machine Learning Model to AWS

In this post, we will deploy a serverless machine learning model to AWS using Serverless. The set-up of Serverless is discussed here. Let’s create a directory Windows 10, we can create a virtual environment and activate it as follows: Install Virtualenv  In your VS Code command shell prompt type Start virtualenv  Activate virtualenv  On Windows, […]

Serverless Framework (Windows) – How to Deploy Python REST API to AWS

In this walk-through, we will: Install Serverless Framework (Windows) Deploy a Python REST API endpoint Getting Started To get started, you’ll need the Serverless Framework installed. You’ll also need your environment configured with AWS credentials. Install as a standalone binary Serverless Framework (Windows) Install with Chocolatey: choco install serverless For other operating systems , please visit the link. Create […]