Skip to content

Commit

Permalink
feat: update snaps
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Feb 22, 2024
1 parent 66bf7a3 commit 1f3d1e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions middleware/api/stacks/__snapshots__/main.stack.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports[`MainStack should match snapshot test 1`] = `
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
S3Key: 1039a174afbf09cd27e3b215f53b9e80b1bd66df24547e5746f0e5bcb9204cf3.zip,
S3Key: 4e26bf2d0a26f2097fb2b261f22bb51e3f6b4b52635777b1e54edbd8e2d58c35.zip,
},
Handler: index.handler,
Role: {
Expand Down Expand Up @@ -627,7 +627,7 @@ exports[`MainStack should match snapshot test 1`] = `
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
S3Key: 696402484aadd93c03efb231f3a270bfd8656a85eed0051095cb57022377084a.zip,
S3Key: 903c41c1e997ebbb5f3f113e7e8ff92444d732dd5874d75834eceaa72ca0ce2b.zip,
},
Environment: {
Variables: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports[`NestJsLambdaLayerStack should match snapshot test 1`] = `
{
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
/e7eeb387c90b4be85bf1c274ff0fe966cecdaba690f40a22c0bba97bf7fc0a75.json,
/d17599b70df8c80de1c59807d4b088f8bfbbae56aadf4916228d0b54d5e456bd.json,
],
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`DefaultPipelineStack should match snapshot test 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "a657308e723bb9460b800cb3b47dadb74e28243edfe246bf7755c45ec312eb97.zip",
"S3Key": "b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6.zip",
},
"Description": {
"Fn::Join": [
Expand Down Expand Up @@ -720,6 +720,7 @@ exports[`DefaultPipelineStack should match snapshot test 1`] = `
},
{
"Action": [
"s3:PutBucketPolicy",
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,7 @@ exports[`HtmlToPdfStack should match snapshot test 1`] = `
},
{
Action: [
s3:PutBucketPolicy,
s3:GetBucket*,
s3:List*,
s3:DeleteObject*,
Expand Down

0 comments on commit 1f3d1e2

Please sign in to comment.