8000 GitHub - sergio-deras/chalice-simple: Simple Chalice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sergio-deras/chalice-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

chalice-simple

Simple Chalice

$ python3 --version
Python 3.7.3
$ python3 -m venv venv
$ . venv/bin/activate
$ python3 -m pip install chalice httpie

$ chalice --help
Usage: chalice [OPTIONS] COMMAND [ARGS]...

$ chalice local
$ chalice deploy [PROFILE]
$ chalice delete [PROFILE]
$ http <URI>
$ http <URI>/hello/{name}
$ echo '{"user":"viuda"}' | http POST <URI>/users 

About

Simple Chalice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0