Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Jan 28, 2024
1 parent 5171c43 commit d48a693
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 149 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -560,36 +560,6 @@ describe(AppStagingSynthesizer, () => {
expect(getStagingResourceStack(asm, prefix).template).toBeDefined();
});

// test('staging bucket with SSE-S3 encryption', () => {
// // GIVEN
// new CfnResource(stack, 'Resource', {
// type: 'Some::Resource',
// });

// app = new App({
// defaultStackSynthesizer: AppStagingSynthesizer.defaultResources({
// appId: APP_ID,
// stagingBucketEncryption: BucketEncryption.S3_MANAGED,
// }),
// });

// // WHEN
// const asm = app.synth();

// // THEN
// Template.fromJSON(getStagingResourceStack(asm).template).hasResourceProperties('AWS::S3::Bucket', {
// BucketEncryption: {
// ServerSideEncryptionConfiguration: [
// {
// ServerSideEncryptionByDefault: {
// SSEAlgorithm: 'AES256',
// },
// },
// ],
// },
// });
// });

describe('environment specifics', () => {
test('throws if App includes env-agnostic and specific env stacks', () => {
// GIVEN - App with Stack with specific environment
Expand Down
Binary file not shown.
13 changes: 0 additions & 13 deletions packages/aws-cdk-lib/amzn-sdc/.jsiirc.json

This file was deleted.

39 changes: 0 additions & 39 deletions packages/aws-cdk-lib/amzn-sdc/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk-lib/amzn-sdc/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/aws-cdk-lib/amzn-sdc/lib/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/aws-cdk-lib/aws-codetest/.jsiirc.json

This file was deleted.

39 changes: 0 additions & 39 deletions packages/aws-cdk-lib/aws-codetest/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-codetest/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/aws-cdk-lib/aws-codetest/lib/index.ts

This file was deleted.

0 comments on commit d48a693

Please sign in to comment.