Sign inSign up

osodevops/chalice

By osodevops

Updated over 5 years ago

Python Serverless Micro framework images for AWS based on Alpine Linux.

Image
0

1.9K

osodevops/chalice repository overview

Docker Chalice

Docker tool to use chalice framework from a container

Specifications

Based on python:3-alpine Python Version 3.8.7 Chalice Version 1.22.0 Linux Version 4.19.121-linuxkit

How to use it

docker run --rm -it \
    -v "$PWD":/usr/src/app \
    osodevops/chalice new-project helloworld
  • Since chalice is defined as entry point you only need to complement the command

Chalice commands

Usage: 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

Tag summary

Content type

Image

Digest

Size

39.7 MB

Last updated

over 5 years ago

docker pull osodevops/chalice