Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Chalice REST API

Key Value
Services Lambda, API Gateway
Integrations Chalice
Categories REST API; Serverless

Introduction

A demo application illustrating the AWS Chalice framework integration with LocalStack. The chalice-local client deploys and serves the REST API locally, enabling full local development and testing without connecting to AWS.

Prerequisites

Check prerequisites

make check

Installation

make install

Start LocalStack

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start

Deploy the Application

make deploy

Run the application

make run

The local development server starts and serves the API at http://127.0.0.1:8000.

License

This code is available under the Apache 2.0 license.