Skip to content

Commit

Permalink
Merge branch 'main' into huijbers/rename-aws-kinesisfirehose-destinat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
mergify[bot] authored Apr 13, 2023
2 parents 42a1305 + d2b041f commit c8a8695
Show file tree
Hide file tree
Showing 1,250 changed files with 3,707 additions and 6,711 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ concurrency=$(node -p 'Math.max(1, require("os").cpus().length - 1)')

echo "============================================================================================="
echo "building..."
time lerna run $bail --stream --concurrency=$concurrency $runtarget || fail
time npx lerna run $bail --stream --concurrency=$concurrency $runtarget || fail

if [ "$check_compat" == "true" ]; then
/bin/bash scripts/check-api-compatibility.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const stack = new Stack(app, 'aws-cdk-cloudtrail-inshights-test');
const cloudTrailPrincipal = new iam.ServicePrincipal('cloudtrail.amazonaws.com');

const Trailbucket = new s3.Bucket(stack, 'S3', {
encryption: s3.BucketEncryption.UNENCRYPTED,
removalPolicy: RemovalPolicy.DESTROY,
autoDeleteObjects: true,
});
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-amplify"
"directory": "packages/@aws-cdk/aws-amplify-alpha"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-apigatewayv2"
"directory": "packages/@aws-cdk/aws-apigatewayv2-alpha"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-apigatewayv2-authorizers"
"directory": "packages/@aws-cdk/aws-apigatewayv2-authorizers-alpha"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-apigatewayv2-integrations"
"directory": "packages/@aws-cdk/aws-apigatewayv2-integrations-alpha"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-apprunner"
"directory": "packages/@aws-cdk/aws-apprunner-alpha"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
Expand Down
Loading

0 comments on commit c8a8695

Please sign in to comment.