Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasdf committed Oct 26, 2016
0 parents commit 0d7d0f1
Show file tree
Hide file tree
Showing 7,940 changed files with 696,022 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .npmignore
@@ -0,0 +1,6 @@
# package directories
node_modules
jspm_packages

# Serverless directories
.serverless
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
6.9.0
16 changes: 16 additions & 0 deletions .serverless/cloudformation-template-create-stack.json
@@ -0,0 +1,16 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "The AWS CloudFormation template for this Serverless application",
"Resources": {
"ServerlessDeploymentBucket": {
"Type": "AWS::S3::Bucket"
}
},
"Outputs": {
"ServerlessDeploymentBucketName": {
"Value": {
"Ref": "ServerlessDeploymentBucket"
}
}
}
}

0 comments on commit 0d7d0f1

Please sign in to comment.