Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Just a toy application for my introduction to serverless @ Confoo 2021.

Notifications You must be signed in to change notification settings

marcaube/confoo-2021-serverless-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python on AWS Lambda using Chalice

Just a toy application for my introduction to serverless @ Confoo 2021. See the slides.

Prerequisites

Installation

First, start by creating a virtual environment to prevent installing the dependencies globally on your system.

$ make venv

Activate that virtual environment

$ source .venv/bin/activate

Install the project dependencies

$ make install

Deployment

Export your AWS profile

$ export AWS_PROFILE=chalice-hello

Deploy your functions

$ chalice deploy

About

Just a toy application for my introduction to serverless @ Confoo 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published