Skip to content

Commit 60a4b49

Browse files
committed
update readme
1 parent a1b39f8 commit 60a4b49

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
CloudFront Hosting Toolkit is an open-source command-line tool designed to simplify the deployment and management of fast, secure frontend applications on AWS. It offers the convenience of a managed frontend hosting service while giving developers full control over their hosting and deployment infrastructure.
44

5+
<p align="center">
6+
<a href="https://github.com/awslabs/cloudfront-hosting-toolkit"><img alt="GitHub Repo" src="https://img.shields.io/badge/GitHub-Repo-green.svg" /></a>
7+
<a href="https://www.npmjs.com/package/@aws/cloudfront-hosting-toolkit"><img alt="npm" src="https://img.shields.io/npm/v/@aws/cloudfront-hosting-toolkit.svg?style=flat-square"></a>
8+
<a href="https://awslabs.github.io/cloudfront-hosting-toolkit"><img alt="Documentation" src="https://img.shields.io/badge/docs-book-blue.svg?style=flat-square"></a>
9+
</p>
10+
11+
12+
513
## What is CloudFront Hosting Toolkit?
614

715
CloudFront Hosting Toolkit is a comprehensive solution that automates the process of setting up and managing a robust, scalable frontend hosting infrastructure on AWS. It leverages several AWS services, including CloudFront, S3, CodePipeline, and Lambda, to create a powerful hosting environment tailored for modern web applications.
@@ -102,7 +110,7 @@ CloudFront Hosting Toolkit offers flexibility in how it can be used:
102110
- **CDK Construct**: Leverage the CloudFront Hosting Toolkit as a ready-made L3 CDK construct for seamless integration into your AWS CDK projects.
103111
- **CDK Source Code**: Customize the CDK source code to tailor the infrastructure to your specific requirements.
104112

105-
For more information on how to use CloudFront Hosting Toolkit, including advanced usage scenarios and in-depth customization options, please refer to our extensive documentation in the [Advanced section](https://awslabs.github.io/cloudfront-hosting-toolkit/advanced/overview).
113+
For more information on how to use CloudFront Hosting Toolkit, including advanced usage scenarios and in-depth customization options, please refer to our extensive documentation in the [Advanced section](https://awslabs.github.io/cloudfront-hosting-toolkit/advanced/configuration/).
106114

107115
## Documentation
108116

@@ -117,6 +125,21 @@ For more information on how to use CloudFront Hosting Toolkit, including advance
117125

118126
For information about upcoming features and improvements, please see our [Roadmap](docs/roadmap.md).
119127

128+
## 🤝 Contributing
129+
130+
We welcome contributions! Please see our [Contributing Guide](https://raw.githubusercontent.com/awslabs/cloudfront-hosting-toolkit/main/CONTRIBUTING.md) for more details.
131+
132+
# Author
133+
134+
- [Corneliu Croitoru](https://www.linkedin.com/in/corneliucroitoru/)
135+
136+
# Contributors
137+
[![contributors](https://contrib.rocks/image?repo=awslabs/cloudfront-hosting-toolkit&max=2000)](https://github.com/awslabs/cloudfront-hosting-toolkit/graphs/contributors)
138+
139+
140+
141+
142+
120143
## License
121144

122145
This library is licensed under the Apache-2.0 License.

0 commit comments

Comments
 (0)