Skip to content

Commit 7519ac6

Browse files
authored
Merge pull request #421 from emaildano/patch-1
Update timeout to match API Gateway
2 parents d93aac1 + b1aabfc commit 7519ac6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ serverless install -u https://github.com/serverless/examples/tree/master/folder-
5454
| [Aws Auth0 Api Gateway](https://github.com/serverless/examples/tree/master/aws-node-auth0-custom-authorizers-api) <br/> Demonstration of protecting API gateway endpoints with auth0 | nodeJS |
5555
| [Aws Node Dynamic Image Resizer](https://github.com/serverless/examples/tree/master/aws-node-dynamic-image-resizer) | nodeJS |
5656
| [Aws Node Dynamodb Backup](https://github.com/serverless/examples/tree/master/aws-node-dynamodb-backup) <br/> Serverless DynamoDB changes backed up to S3 | nodeJS |
57-
| [Aws Node Fullstack](https://github.com/serverless/examples/tree/master/aws-node-fullstack) <br/> Demonstration using a front end deployed with serverless-finch and a backend. | nodeJS |
5857
| [Aws Env Variables Encrypted In A File](https://github.com/serverless/examples/tree/master/aws-node-env-variables-encrypted-in-a-file) <br/> Serverless example managing secrets in an encrypted file | nodeJS |
5958
| [Aws Env Variables](https://github.com/serverless/examples/tree/master/aws-node-env-variables) <br/> This example demonstrates how to use environment variables for AWS Lambdas. | nodeJS |
6059
| [Aws Fetch File And Store In S3](https://github.com/serverless/examples/tree/master/aws-node-fetch-file-and-store-in-s3) <br/> Fetch an image from remote source (URL) and then upload the image to a S3 bucket. | nodeJS |
60+
| [Sfe Demo Leadcapture](https://github.com/serverless/examples/tree/master/aws-node-fullstack/backend) | nodeJS |
61+
| [Frontend](https://github.com/serverless/examples/tree/master/aws-node-fullstack/frontend) | nodeJS |
6162
| [Aws Function Compiled With Babel](https://github.com/serverless/examples/tree/master/aws-node-function-compiled-with-babel) <br/> Demonstrating how to compile all your code with Babel | nodeJS |
6263
| [Serverless Github Check](https://github.com/serverless/examples/tree/master/aws-node-github-check) | nodeJS |
6364
| [Aws Github Webhook Listener](https://github.com/serverless/examples/tree/master/aws-node-github-webhook-listener) <br/> Extend your github repositories with this github webhook listener | nodeJS |

aws-node-puppeteer/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ functions:
1616
hello:
1717
handler: handler.hello
1818
memorySize: 1536MB
19-
timeout: 60
19+
timeout: 30
2020
events:
2121
- http:
2222
path: /
23-
method: get
23+
method: get

0 commit comments

Comments
 (0)