Skip to content

Commit

Permalink
Merge branch 'main' into huijbers/rename-aws-lambda-go
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 13, 2023
2 parents c22230f + 5261d74 commit 6c1042e
Show file tree
Hide file tree
Showing 1,084 changed files with 3,694 additions and 6,698 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 6c1042e

Please sign in to comment.