Skip to content

Commit

Permalink
Merge branch 'main' into docs/ec2-fix-typo-al2023
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 16, 2023
2 parents 89c670e + c00b974 commit b90d01a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1944,6 +1944,8 @@ export class SqlServerEngineVersion {
public static readonly VER_15_00_4322_2_V1 = SqlServerEngineVersion.of('15.00.4322.2.v1', '15.00');
/** Version "15.00.4335.1.v1". */
public static readonly VER_15_00_4335_1_V1 = SqlServerEngineVersion.of('15.00.4335.1.v1', '15.00');
/** Version "16.00.4085.2.v1". */
public static readonly VER_16_00_4085_2_V1 = SqlServerEngineVersion.of('16.00.4085.2.v1', '16.00');

/**
* Create a new SqlServerEngineVersion with an arbitrary version.
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk/lib/init-templates/app/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. The build ste
## Useful commands

* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
* `npx cdk deploy` deploy this stack to your default AWS account/region
* `npx cdk diff` compare deployed stack with current state
* `npx cdk synth` emits the synthesized CloudFormation template
6 changes: 3 additions & 3 deletions packages/aws-cdk/lib/init-templates/app/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app.
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
* `npx cdk deploy` deploy this stack to your default AWS account/region
* `npx cdk diff` compare deployed stack with current state
* `npx cdk synth` emits the synthesized CloudFormation template

0 comments on commit b90d01a

Please sign in to comment.