FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-uploader/example/lambda.json at master · rackerlabs/lambda-uploader · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rackerlabs
/
lambda-uploader
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
272
Code
Issues
26
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-uploader
/
example
/
lambda.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 322 Bytes
Breadcrumbs
lambda-uploader
/
example
/
lambda.json
Copy path
File metadata and controls
15 lines (15 loc) · 322 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"
myFunc
"
,
"description"
:
"
myfunc
"
,
"region"
:
"
us-east-1
"
,
"handler"
:
"
function.lambda_handler
"
,
"role"
:
"
arn:aws:iam::00000000000:role/lambda_basic_execution
"
,
"requirements"
: [
"
Jinja2==2.8
"
],
"ignore"
: [
"
circle
\\
.yml$
"
,
"
\\
.git$
"
,
"
/.*
\\
.pyc$
"
],
"timeout"
:
30
,
"memory"
:
512
}
Back
|
FazBrowse Home
|
New Git URL