-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enhance boilerplate infra & update docs (#552)
- tweak getting started docs - update infra sample code to apply cognito authrole permissions to call deployed sample API
- Loading branch information
Showing
116 changed files
with
1,478 additions
and
2,306 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
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,2 +1,2 @@ | ||
aws-prototyping-sdk | ||
aws-pdk | ||
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
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
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,7 +1,7 @@ | ||
# API Reference | ||
|
||
The AWS Prototyping SDK (PDK) is organized into several packages. Each package can contain a combination of either (or both) CDK and Projen constructs. | ||
The AWS PDK is organized into submodules. Each submodules can contain a combination of either (or both) CDK and Projen constructs. | ||
|
||
Packages which are experimental will have an experimental banner to indicate that breaking changes are not subject to major version bumps. | ||
Submodules which are experimental will have an experimental banner to indicate that breaking changes are not subject to major version bumps. | ||
|
||
Language specific API docs can be navigated to by selecting your desired language and then selecting the package you wish to view. | ||
Language specific API docs can be navigated to by selecting your desired language and then selecting the submodule you wish to view. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 +1,3 @@ | ||
# Developer Guides | ||
|
||
Developer Guides are poignant guides for how to interact with certain features provided by the associated constructs. Developer guides are intended to be used as a 'cheat sheet' when configuring your constructs. | ||
|
||
The Developer Guides are broken down by package on the left hand navigation bar, with the package item on the left containing a broad getting started/overview of the package, with each specific developer guide linked out from here. Snippets are provided to you in each of the supported languages at your convenience. | ||
Provides a conceptual overview and practical examples to help you understand the features provided by the AWS PDK and how to use them in detail. |
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
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,5 +1,7 @@ | ||
--- | ||
nav: | ||
- index.md | ||
- "Your first AWS PDK project": your_first_aws_pdk_project.md | ||
- "TODO App Workshop": "todo_app_workshop.md" | ||
- "Migration guide": "migration_guide.md" | ||
- "Learning Series": | ||
- "1. Your first AWS PDK project": your_first_aws_pdk_project.md | ||
- "2. Shopping List application": "shopping_list_app.md" |
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
Oops, something went wrong.