Skip to content

Commit 86d3def

Browse files
committed
adds example zappa_settings
1 parent 4a3b07c commit 86d3def

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

example.zappa_settings.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"dev": {
3+
"app_function": "application.app",
4+
"project_name": "recipebox",
5+
"runtime": "python2.7",
6+
"exclude": ["unarchiving"],
7+
"environment_variables": {
8+
"S3_BUCKET": "my-bucket-name",
9+
"S3_KEY": "path/to/json/data/file"
10+
}
11+
}
12+
}

zappa_settings.json

-10
This file was deleted.

0 commit comments

Comments
 (0)