Skip to content

A Python project built using Chalice micro-framework and deployed on AWS Lambda

Notifications You must be signed in to change notification settings

ro6ley/aws-chalice-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HitCount

Serverless Python API with AWS Chalice

This repository contains the code for this blogpost on StackAbuse.

Getting Started

Prerequisites

Kindly ensure you have the following installed on your machine:

Running the Application

  1. Clone the repository
$ git clone https://github.com/ro6ley/aws-chalice-demo.git
  1. Check into the cloned repository
$ cd aws-chalice-demo
  1. Set up the virtualenvironment:
$ virtualenv --python=python3 venv
  1. Install the requirements
$ pip install -r demoapp/requirements.txt
  1. Deploy the application on AWS Lambda:
$ chalice deploy
  1. Interact with the API on the URL returned by the command above.

Contribution

Please feel free to raise issues using this template and I'll get back to you.

You can also fork the repository, make changes and submit a Pull Request using this template.

About

A Python project built using Chalice micro-framework and deployed on AWS Lambda

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages