Chalice – A tool to facilitate Python based lambda deployment
Chalice is a tool to facilitate Python based lambda deployment. This repo contains the output of my basic exploration of this tool. My specific goal with this tiny project was to examine the output of the terraform code and understand what resources will be created for a helloworld project. I followed this tutorial, although used virtualenv a bit differently. python3 –version python3 -m venv venv38 . venv38/bin/activate As instructed in the tutorial, instead of running chalice deploy, I used chalice […]
Read more