Skip to content

Commit d8614b3

Browse files
committed
Remove Demo references.
1 parent eb50b09 commit d8614b3

File tree

4 files changed

+17
-45
lines changed

4 files changed

+17
-45
lines changed
File renamed without changes.

package-lock.json

Lines changed: 15 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "meta-aws-cdk-pipeline-reference",
33
"version": "0.1.0",
44
"bin": {
5-
"demos-pipeline": "bin/poky-pipeline.js"
5+
"embedded-linux-pipeline": "bin/app.js"
66
},
77
"scripts": {
88
"clean": "tsc --build --clean && rm -rf dist && rm -rf cdk.out",

test/poky-pipeline.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// import * as cdk from 'aws-cdk-lib';
22
// import { Template } from 'aws-cdk-lib/assertions';
3-
// import * as DemosPipeline from '../lib/demos-pipeline-stack';
43

5-
// example test. To run these tests, uncomment this file along with the
6-
// example resource in lib/demos-pipeline-stack.ts
74
test("SQS Queue Created", () => {
85
// const app = new cdk.App();
96
// // WHEN
10-
// const stack = new DemosPipeline.DemosPipelineStack(app, 'MyTestStack');
7+
//
118
// // THEN
129
// const template = Template.fromStack(stack);
1310
// template.hasResourceProperties('AWS::SQS::Queue', {

0 commit comments

Comments
 (0)