Skip to content

Commit 27fe60a

Browse files
committed
add package.json to all folders
1 parent be722e0 commit 27fe60a

File tree

6 files changed

+36
-1
lines changed

6 files changed

+36
-1
lines changed

aws-node-env-variables/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "serverless-node-env-variables",
3+
"version": "1.0.0",
4+
"description": "This example demonstrates how to use environment variables for AWS Lambdas.",
5+
"author": "",
6+
"license": "MIT"
7+
}

aws-node-scheduled-cron/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "serverless-aws-cron-job-example",
3+
"version": "1.0.0",
4+
"description": "Example of creating a function that runs as a cron job using the serverless `schedule` event",
5+
"author": "",
6+
"license": "MIT"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "aws-node-serve-dynamic-html-via-http-endpoint",
3+
"version": "1.0.0",
4+
"description": "Hookup an AWS API Gateway endpoint to a Lambda function to render HTML on a `GET` request",
5+
"author": "",
6+
"license": "MIT"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "aws-node-serve-dynamic-html-via-http-endpoint",
3+
"version": "1.0.0",
4+
"description": "Example demonstrates how to setup a simple HTTP GET endpoint",
5+
"author": "",
6+
"license": "MIT"
7+
}

aws-node-text-analysis-via-sns-post-processing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "serverless-data-pipeline",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Example demonstrates how to setup a simple data processing pipeline",
55
"author": "",
66
"license": "MIT",
77
"dependencies": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "aws-python-simple-http-endpoint",
3+
"version": "1.0.0",
4+
"description": "Example demonstrates how to setup a simple HTTP GET endpoint with python",
5+
"author": "",
6+
"license": "MIT"
7+
}

0 commit comments

Comments
 (0)