Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-service-spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Sometimes it is necessary to patch in certain aspects of the CloudFormation sche
properly configured for our use cases. As such, we'll need to create a patch.

You can create a patch by following these steps:

1. Create a new patch file under `build/patches/service-patches/my-module.ts` (or use one of the existing patch files if it is for
the same module).
2. If you created a new file, add it to `build/patches/service-patches/index.ts`.
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/service-spec-importers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Options:
-r, --report <report-directory> Create a detailed build report in the specified directory
-v, --validate Validate imported sources and fail if any data is invalid (default: false)
-h, --help display help for command
````
```

## Sources

Expand Down Expand Up @@ -88,5 +88,5 @@ CloudFormationSchema/
CLI: `samSchema`\
Code: `importSamJsonSchema(filePath: string)`

Import the (modern) JSON schema spec from SAM.
Import the (modern) JSON Schema Spec from SAM.
Path to a single file containing a SAM Registry Schema.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/service-spec-types/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @aws-cdk/service-spec-types

Types and utils for CloudFormation Service Specifications
Types and utils for CloudFormation Service Specifications.

```ts
import { emptyDatabase, SpecDatabase } from '@aws-cdk/service-spec-types';
Expand Down
Loading