Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.46 KB

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.