brysontyrrell / Possum

A packaging tool for Python based AWS serverless applications.
MIT License
21 stars 2 forks source link

Add `sam local` support. #4

Open brysontyrrell opened 6 years ago

brysontyrrell commented 6 years ago

The SAM CLI has the same limitations as the AWS CLI when it comes to Python package dependencies.

Possum could act as a wrapper to the SAM CLI to build (and potentially rebuild) the Lambda deployment packages locally and then launch sam local using an output template that points to these artifacts.