diff --git a/README.md b/README.md
index 1956297f0..f3181975f 100644
--- a/README.md
+++ b/README.md
@@ -54,10 +54,11 @@ serverless install -u https://github.com/serverless/examples/tree/master/folder-
| [Aws Auth0 Api Gateway](https://github.com/serverless/examples/tree/master/aws-node-auth0-custom-authorizers-api)
Demonstration of protecting API gateway endpoints with auth0 | nodeJS |
| [Aws Node Dynamic Image Resizer](https://github.com/serverless/examples/tree/master/aws-node-dynamic-image-resizer) | nodeJS |
| [Aws Node Dynamodb Backup](https://github.com/serverless/examples/tree/master/aws-node-dynamodb-backup)
Serverless DynamoDB changes backed up to S3 | nodeJS |
-| [Aws Node Fullstack](https://github.com/serverless/examples/tree/master/aws-node-fullstack)
Demonstration using a front end deployed with serverless-finch and a backend. | nodeJS |
| [Aws Env Variables Encrypted In A File](https://github.com/serverless/examples/tree/master/aws-node-env-variables-encrypted-in-a-file)
Serverless example managing secrets in an encrypted file | nodeJS |
| [Aws Env Variables](https://github.com/serverless/examples/tree/master/aws-node-env-variables)
This example demonstrates how to use environment variables for AWS Lambdas. | nodeJS |
| [Aws Fetch File And Store In S3](https://github.com/serverless/examples/tree/master/aws-node-fetch-file-and-store-in-s3)
Fetch an image from remote source (URL) and then upload the image to a S3 bucket. | nodeJS |
+| [Sfe Demo Leadcapture](https://github.com/serverless/examples/tree/master/aws-node-fullstack/backend) | nodeJS |
+| [Frontend](https://github.com/serverless/examples/tree/master/aws-node-fullstack/frontend) | nodeJS |
| [Aws Function Compiled With Babel](https://github.com/serverless/examples/tree/master/aws-node-function-compiled-with-babel)
Demonstrating how to compile all your code with Babel | nodeJS |
| [Serverless Github Check](https://github.com/serverless/examples/tree/master/aws-node-github-check) | nodeJS |
| [Aws Github Webhook Listener](https://github.com/serverless/examples/tree/master/aws-node-github-webhook-listener)
Extend your github repositories with this github webhook listener | nodeJS |
diff --git a/aws-node-puppeteer/serverless.yml b/aws-node-puppeteer/serverless.yml
index a4d5a6c6a..30c628e0b 100644
--- a/aws-node-puppeteer/serverless.yml
+++ b/aws-node-puppeteer/serverless.yml
@@ -16,8 +16,8 @@ functions:
hello:
handler: handler.hello
memorySize: 1536MB
- timeout: 60
+ timeout: 30
events:
- http:
path: /
- method: get
\ No newline at end of file
+ method: get