forked from udacity/cloud-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# cloud-developer | ||
content for Udacity's cloud developer nanodegree. | ||
# Archival Note | ||
**Fork** the Udacity's repository to your personal Github account and clone to your local. We do not encourage pushing your personal development work to the Udacity's starter repository. Therefore, we've decided to archive this repository. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to: | ||
- Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues. | ||
- Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. You can find the link to file a support ticket in your classroom home. | ||
|
||
# ND9990 cloud-developer | ||
Content for Udacity's cloud developer nanodegree's following two courses: | ||
* Course 02 - Full Stack Apps on AWS | ||
* Course 04 - Develop & Deploy Serverless App | ||
|
||
Here is the repository structure: | ||
```bash | ||
├── README.md | ||
├── course-02 | ||
│ ├── exercises | ||
│ └── project | ||
└── course-04 | ||
├── exercises | ||
└── project | ||
``` | ||
|
||
|