File tree 20 files changed +44
-24
lines changed
aws-golang-simple-http-endpoint
aws-node-oauth-dropbox-api
aws-node-rest-api-mongodb
aws-node-typescript-rest-api-with-dynamodb
aws-node-upload-to-s3-and-postprocess
aws-python-auth0-custom-authorizers-api
aws-python-rest-api-with-pynamodb
aws-python-scheduled-cron
google-node-simple-http-endpoint
openwhisk-node-chaining-functions
openwhisk-node-scheduled-cron
openwhisk-swift-scheduled-cron
openwhisk-swift-simple-http-endpoint
20 files changed +44
-24
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrates how to setup a simple HTTP endpoint in Go.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrates how you can run multiple runtimes in AWS Lambda.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This examples shows your how to create a backup of your DynamoDB table to S3.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: Connect to Dropbox's API using AWS Lambda.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
7
7
language: nodeJS
8
- authorLink: 'https://github.com/Jay DeshmukhJay Deshmukh'
8
+ authorLink: 'https://github.com/serverless'
9
+ authorName: Jay Deshmukh
10
+ authorAvatar: 'https://avatars0.githubusercontent.com/u/38460988?v=4&s=140'
9
11
-->
10
12
11
13
###
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrate how to use MongoDB with AWS and Serverless.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
7
- language: Go
7
+ language: nodeJS
8
8
authorLink: 'https://github.com/lucianopf'
9
9
authorName: 'Luciano Pellacani Franca'
10
10
authorAvatar: 'https://avatars2.githubusercontent.com/u/8251208?v=4&s=140'
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: AWS
7
7
language: nodeJS
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/aheissenberger'
9
+ authorName: 'Andreas Heissenberger'
10
+ authorAvatar: 'https://avatars0.githubusercontent.com/u/200095?v=4&s=140'
9
11
-->
10
12
# Receive an email, trigger a lambda function to process header
11
13
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example shows your how to create a TypeScript powered REST API with DynamoDB.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ framework: v1
6
6
platform: AWS
7
7
language: nodeJS
8
8
authorLink: 'https://github.com/walgarch'
9
- authorName: null
9
+ authorName: walgarch
10
10
authorAvatar: 'https://avatars1.githubusercontent.com/u/32451330?v=4&s=140'
11
11
-->
12
12
# Upload a file to S3 to trigger a lambda function
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ framework: v1
6
6
platform: AWS
7
7
language: Python
8
8
authorLink: 'https://github.com/BrianAndersen78'
9
- authorName: null
9
+ authorName: BrianAndersen78
10
10
authorAvatar: 'https://avatars3.githubusercontent.com/u/30560831?v=4&s=140'
11
11
-->
12
12
# API Gateway Custom Authorizer Function + Auth0
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: AWS
7
7
language: Python
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/helveticafire'
9
+ authorName: 'Ben Fitzgerald'
10
+ authorAvatar: 'https://avatars0.githubusercontent.com/u/1323872?v=4&s=140'
9
11
-->
10
12
# Serverless REST API
11
13
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: AWS
7
7
language: Python
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/rupakg'
9
+ authorName: 'Rupak Ganguly'
10
+ authorAvatar: 'https://avatars0.githubusercontent.com/u/8188?v=4&s=140'
9
11
-->
10
12
# AWS Python Scheduled Cron Example
11
13
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: AWS
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrates how to setup a serverless Line Bot using Node.js.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: Azure
7
7
language: nodeJS
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jiyeonseo'
9
+ authorName: seojeee
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2231510?v=4&s=140'
9
11
-->
10
12
# Azure-line-bot-exmaple
11
13
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: TODO
3
- description: TODO
3
+ description: This example demonstrates how to setup a serverless Telegram Bot on Azure.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: Azure
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'This example demonstrates how to setup a simple HTTP GET endpoint.
4
4
layout: Doc
5
5
framework: v1
6
6
platform: 'Google Cloud'
7
- language: Go
7
+ language: nodeJS
8
8
authorLink: 'https://github.com/pmuens'
9
9
authorName: 'Philipp Muens'
10
10
authorAvatar: 'https://avatars3.githubusercontent.com/u/1606004?v=4&s=140'
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: OpenWhisk
7
7
language: Go
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jthomas'
9
+ authorName: 'James Thomas'
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2322?v=4&s=140'
9
11
-->
10
12
# Serverless Boilerplate - OpenWhisk - Go
11
13
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: OpenWhisk
7
7
language: nodeJS
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jthomas'
9
+ authorName: 'James Thomas'
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2322?v=4&s=140'
9
11
-->
10
12
# Serverless Boilerplate - OpenWhisk - Node.js
11
13
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: OpenWhisk
7
7
language: nodeJS
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jthomas'
9
+ authorName: 'James Thomas'
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2322?v=4&s=140'
9
11
-->
10
12
# Serverless Boilerplate - OpenWhisk - Node.js
11
13
Original file line number Diff line number Diff line change 1
1
<!--
2
2
title: 'OpenWhisk Serverless Scheduled Cron job example in Swift'
3
- description: 'This example demonstrates scheduleding a cron job.'
3
+ description: 'This example demonstrates scheduling a cron job.'
4
4
layout: Doc
5
5
framework: v1
6
6
platform: OpenWhisk
7
7
language: Swift
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jthomas'
9
+ authorName: 'James Thomas'
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2322?v=4&s=140'
9
11
-->
10
12
# Serverless Boilerplate - OpenWhisk - Swift
11
13
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ layout: Doc
5
5
framework: v1
6
6
platform: OpenWhisk
7
7
language: Swift
8
- authorLink: 'https://github.com/'
8
+ authorLink: 'https://github.com/jthomas'
9
+ authorName: 'James Thomas'
10
+ authorAvatar: 'https://avatars2.githubusercontent.com/u/2322?v=4&s=140'
9
11
-->
10
12
# Serverless Boilerplate - OpenWhisk - Swift
11
13
You can’t perform that action at this time.
0 commit comments