penn-state-dance-marathon/Django Deploy Crons
Package a Django project into a package for AWS Lambda
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application | The tagged AWS name of your application | yes | — |
| environment | The tagged environment name to deploy (i.e. dev, prod) | yes | — |
| code | The path to your project code (the directory containing manage.py) | yes | — |
| requirements | The path to your pip requirements file | yes | — |
| bucket | The name of your S3 bucket | — | — |
| zappa | A boolean of whether this project is deployed using Zappa to determine if Django migrations should be run | — | false |
| include_files | A comma-separated list of specific file paths to include (e.g., specific static files) | — | — |
Outputs
no outputs