Skip to content

Commit 0365dd7

Browse files
author
Paulo Pereira
committed
docs: enhanced typescript/cloudfront-functions documentation
1 parent 025f752 commit 0365dd7

File tree

3 files changed

+12
-50
lines changed

3 files changed

+12
-50
lines changed

typescript/cloudfront-functions/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!--BEGIN STABILITY BANNER-->
2+
---
3+
4+
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
5+
6+
> **This is a stable example. It should successfully build out of the box**
7+
>
8+
> This example is built on Construct Libraries marked "Stable" and does not have any infrastructure prerequisites to build.
9+
---
10+
<!--END STABILITY BANNER-->
11+
112
# demo-cloudfront-functions
213

314
This project will create a S3 bucket with simple `html` files that will serve as our website source code, a
@@ -64,7 +75,7 @@ with Developer Tools enabled) or similar tool (e.g. curl, wget).
6475

6576
### Other test cases
6677

67-
You can explore the `/cloudfront-functions/request-function.js` and `/cloudfront-functions/response-function.js` for
78+
You can explore the `/functions/request-function.js` and `/functions/response-function.js` for
6879
more handling rules. Some of them are validated through _CloudWatch Logs_ and _X-Ray_ given their nature.
6980

7081
## Destroying the deployment

typescript/cloudfront-functions/functions/test-objects/event.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

typescript/cloudfront-functions/functions/test.http

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)