Python Serverless Micro framework images for AWS based on Alpine Linux.
1.9K
Docker tool to use chalice framework from a container
Based on python:3-alpine
Python Version 3.8.7
Chalice Version 1.22.0
Linux Version 4.19.121-linuxkit
docker run --rm -it \
-v "$PWD":/usr/src/app \
osodevops/chalice new-project helloworld
chalice is defined as entry point you only need to complement the commandUsage: chalice [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--project-dir TEXT The project directory path (absolute or
relative).Defaults to CWD
--debug / --no-debug Print debug logs to stderr.
--help Show this message and exit.
Commands:
delete
deploy
dev Development and debugging commands for chalice.
gen-policy
generate-models Generate a model from Chalice routes.
generate-pipeline Generate a cloudformation template for a starter CD...
generate-sdk
invoke Invoke the deployed lambda function NAME.
local
logs
new-project
package
url
Content type
Image
Digest
Size
39.7 MB
Last updated
over 5 years ago
docker pull osodevops/chalice