Skip to content

Commit 85e2b06

Browse files
authored
Merge pull request #576 from slaytr/master
add screenshotToS3 community example
2 parents 7e85211 + 80b4b53 commit 85e2b06

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ serverless install -u https://github.com/author/project -n my-project
199199
| **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)** <br/> ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
200200
| **[Serverless Sns Sqs Offline Example ](https://github.com/kenyipp/serverless-sns-sqs-offline-example)** <br/> Minimal example of running serverless-offline with SQS and SNS in local environment. | [kenyipp](http://github.com/kenyipp) |
201201
| **[Serverless Ssh Command](https://github.com/upgle/serverless-openwhisk-ssh)** <br/> Example of executing ssh command with OpenWhisk | [upgle](http://github.com/upgle) |
202+
| **[Serverless Screenshot To S3](https://github.com/slaytr/aws-node-screenshot-to-s3)** <br/> An example serverless stack which takes a screenshot using aws-chrome-lambda and puts it in s3. NodeJS. | [slaytr](http://github.com/slaytr) |
202203
| **[Serverless Telegram Bot](https://github.com/jonatasbaldin/serverless-telegram-bot)** <br/> This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework ⚡🤖 | [jonatasbaldin](http://github.com/jonatasbaldin) |
203204
| **[Serverless Ffmpeg](https://github.com/kvaggelakos/serverless-ffmpeg)** <br/> Bucket event driven FFMPEG using serverless. Input bucket => Serverless ffmpeg => Output bucket. | [kvaggelakos](http://github.com/kvaggelakos) |
204205
| **[Serverless Sns Api](https://github.com/eddielisc/serverless-sns-api)** <br/> Build a SNS service on AWS, support backend API for SNS by device, by group and by user | [eddielisc](http://github.com/eddielisc) |

community-examples.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,8 @@
492492
"name": "Serverless Load Balancer",
493493
"description": "A sample that shows how to combine a load balancer with (vpc/subnet configuration) with a lambda.",
494494
"githubUrl": "https://github.com/pharindoko/serverless-load-balancer"
495-
},
495+
},
496496
{
497-
498497
"name": "[Unly] Boilerplates Generator",
499498
"description": "A boilerplates generator, meant to help to quick-start Serverless (AWS Lambda/API GW) and OSS projects, using good defaults _(sentry for automated error handling, staging/prod environments, built-in support for env vars, jest support, babel/webpack)_, yet flexible to fit your needs.",
500499
"githubUrl": "https://github.com/UnlyEd/boilerplates-generator"
@@ -537,5 +536,10 @@
537536
"name": "Serverless AppSync offline TypeScript with CircleCI",
538537
"description": "A Serverless Framework template that allows you to launch an AppSync emulator locally and proceed with development. Lambda Function build by TypeScript/Webpack.",
539538
"githubUrl": "https://github.com/daisuke-awaji/serverless-appsync-offline-typescript-template"
539+
},
540+
{
541+
"name": "Serverless Screenshot to S3",
542+
"description": "An example serverless stack which takes a screenshot using aws-chrome-lambda and puts it in s3. NodeJS.",
543+
"githubUrl": "https://github.com/slaytr/aws-node-screenshot-to-s3"
540544
}
541545
]

0 commit comments

Comments
 (0)