File tree 6 files changed +36
-1
lines changed
aws-node-serve-dynamic-html-via-http-endpoint
aws-node-simple-http-endpoint
aws-node-text-analysis-via-sns-post-processing
aws-python-simple-http-endpoint
6 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-data-pipeline" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " Example demonstrates how to setup a simple data processing pipeline " ,
5
5
"author" : " " ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments