Skip to content

Commit

Permalink
docs: rename project (#252)
Browse files Browse the repository at this point in the history
* Update README.md

* Update docs config

---------

Co-authored-by: Dmitry Balabanov <[email protected]>
  • Loading branch information
jeromevdl and Dmitry Balabanov authored Nov 14, 2023
1 parent 54fa3c8 commit 4b03c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# AWS Data Solutions Framework
# Data Solutions Framework on AWS

![ADSF logo](website/static/img/adsf-logo-light.png)
Data Solutions Framework (DSF) on AWS is a framework for implementation and delivery of data solutions with built-in AWS best practices. DSF is an abstraction atop AWS services based on [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), packaged as a library.

AWS Data Solutions Framework (AWS DSF) is a framework for implementation and delivery of data solutions with built-in AWS best practices. AWS DSF is an abstraction atop AWS services based on [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), packaged as a library.
You can leverage DSF to implement your data platform in weeks rather than in months.

You can leverage AWS DSF to implement your data platform in weeks rather than in months.

- AWS DSF is available in TypeScript and Python.
- DSF is available in TypeScript and Python.
- Use the framework to build your data solutions instead of building cloud infrastructure from scratch.
- Compose data solutions using integrated building blocks via Infrastructure as Code (IaC).
- Benefit from smart defaults and built-in AWS best practices.
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
tagline: 'Accelerate building your data analytics solutions with AWS Data Solutions Framework',
url: 'https://' + organization + '.github.io',
// baseUrl: '/', //uncomment for local dev
baseUrl: '/aws-data-solutions-framework/',
baseUrl: '/data-solutions-framework-on-aws/',
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 4b03c51

Please sign in to comment.